mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +00:00
Added provider OnMail
This commit is contained in:
parent
2ff7f99858
commit
b9bf22e434
1 changed files with 12 additions and 0 deletions
|
@ -918,4 +918,16 @@
|
|||
port="465"
|
||||
starttls="false" />
|
||||
</provider>
|
||||
<provider
|
||||
name="OnMail"
|
||||
link="https://support.onmail.com/hc/en-us/articles/360048987651-Connecting-My-Custom-Domain-to-Edison-Mail">
|
||||
<imap
|
||||
host="imap.onmail.com"
|
||||
port="993"
|
||||
starttls="false" />
|
||||
<smtp
|
||||
host="smtp.onmail.com"
|
||||
port="465"
|
||||
starttls="false" />
|
||||
</provider>
|
||||
</providers>
|
||||
|
|
Loading…
Reference in a new issue