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:
parent
440cac41e8
commit
cbf1a41c1f
1 changed files with 12 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue