mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-03 18:26:20 +00:00
Added provider OVH
This commit is contained in:
parent
63309f6a35
commit
65670c496a
1 changed files with 12 additions and 0 deletions
|
@ -589,4 +589,16 @@
|
|||
port="587"
|
||||
starttls="true" />
|
||||
</provider>
|
||||
<provider
|
||||
name="OVH"
|
||||
link="https://docs.ovh.com/fr/emails/mail-mutualise-guide-configuration-dun-telephone-mobile-sous-android-version-51/#rappel-des-parametres-pop-imap_1">
|
||||
<imap
|
||||
host="ssl0.ovh.net"
|
||||
port="993"
|
||||
starttls="false" />
|
||||
<smtp
|
||||
host="ssl0.ovh.net"
|
||||
port="465"
|
||||
starttls="false" />
|
||||
</provider>
|
||||
</providers>
|
||||
|
|
Loading…
Reference in a new issue