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:
Halla Moore 2017-01-15 17:01:22 -08:00
parent 407548064c
commit 6d403c99cf

View file

@ -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