fix smtp host
parent
ca33731826
commit
051326330a
|
@ -10,7 +10,7 @@ import (
|
|||
|
||||
const (
|
||||
from = "root@tilde.town"
|
||||
SMTPHost = "smtp.zoho.com"
|
||||
SMTPHost = "smtp.migadu.com"
|
||||
SMTPPort = 465
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue