Wow it forwards mail :D
This commit is contained in:
parent
49568598ed
commit
dafe3096ca
5 changed files with 136 additions and 53 deletions
|
@ -25,7 +25,11 @@ import (
|
|||
)
|
||||
|
||||
func main() {
|
||||
err := smtp.Run(":4650", false)
|
||||
err := smtp.Run(
|
||||
"localhost",
|
||||
"4650",
|
||||
false,
|
||||
)
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue