Merge pull request #982 from HLFH/master

Replace SMTPS by ESMTP for gmail.com and yahoo.com
This commit is contained in:
RainLoop Team 2016-03-24 18:44:28 +03:00
commit d14375d022
2 changed files with 6 additions and 6 deletions

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

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