mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 09:02:45 +08:00
Merge pull request #982 from HLFH/master
Replace SMTPS by ESMTP for gmail.com and yahoo.com
This commit is contained in:
commit
d14375d022
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue