ESMTP instead of SMTPS

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

View file

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