mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-02 05:19:31 +08:00
fix(icloud-sending): Add custom smtp settings
Summary: iCloud needs TLS Test Plan: tested locally Reviewers: tomasz Reviewed By: tomasz Differential Revision: https://phab.nylas.com/D3699
This commit is contained in:
parent
407548064c
commit
6d403c99cf
1 changed files with 6 additions and 0 deletions
|
@ -61,6 +61,12 @@
|
|||
"smtp_user_format": "email",
|
||||
"imap_user_format": "email",
|
||||
"ssl": "1",
|
||||
"smtp_custom_config": {
|
||||
"host": "smtp.mail.me.com",
|
||||
"port": 587,
|
||||
"secure": false,
|
||||
"tls": {"ciphers": "SSLv3"}
|
||||
},
|
||||
"imap_host": "imap.mail.me.com",
|
||||
"smtp_host": "smtp.mail.me.com",
|
||||
"occurences": 1624
|
||||
|
|
Loading…
Reference in a new issue