ESMTP instead of SMTPS

This commit is contained in:
HLFH 2016-03-24 14:39:29 +01:00
parent 49b46c0c88
commit 39f272a471

View file

@ -2,6 +2,6 @@ imap_host = "imap.mail.yahoo.com"
imap_port = 993
imap_secure = "SSL"
smtp_host = "smtp.mail.yahoo.com"
smtp_port = 465
smtp_secure = "SSL"
smtp_auth = On
smtp_port = 587
smtp_secure = "TLS"
smtp_auth = On