1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-29 11:15:51 +00:00

Added provider Office365

This commit is contained in:
M66B 2019-03-15 08:07:44 +00:00
parent 440cac41e8
commit cbf1a41c1f

View file

@ -28,6 +28,18 @@
port="587"
starttls="true" />
</provider>
<provider
name="Office365"
link="https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040">
<imap
host="outlook.office365.com"
port="993"
starttls="false" />
<smtp
host="smtp.office365.com"
port="587"
starttls="true" />
</provider>
<!-- needs subscription -->
<provider
name="mailbox.org"