diff --git a/email/email.go b/email/email.go index 8588dc2..c1cd187 100644 --- a/email/email.go +++ b/email/email.go @@ -10,7 +10,7 @@ import ( const ( from = "root@tilde.town" - SMTPHost = "smtp.zoho.com" + SMTPHost = "smtp.migadu.com" SMTPPort = 465 )