fix smtp host

This commit is contained in:
vilmibm 2024-04-08 17:25:52 +00:00
parent ca33731826
commit 051326330a

View File

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