fix smtp host

trunk
vilmibm 2024-04-08 17:25:52 +00:00
parent ca33731826
commit 051326330a
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import (
const (
from = "root@tilde.town"
SMTPHost = "smtp.zoho.com"
SMTPHost = "smtp.migadu.com"
SMTPPort = 465
)