mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 06:01:12 +00:00
Added provider Mailfence
This commit is contained in:
parent
893f43e977
commit
dd7a25d960
1 changed files with 13 additions and 0 deletions
|
@ -398,4 +398,17 @@
|
|||
port="587"
|
||||
starttls="true" />
|
||||
</provider>
|
||||
<provider
|
||||
name="Mailfence"
|
||||
link="https://mailfence.com/en/faq.jsp"
|
||||
useip="false">
|
||||
<imap
|
||||
host="imap.mailfence.com"
|
||||
port="993"
|
||||
starttls="false" />
|
||||
<smtp
|
||||
host="smtp.mailfence.com"
|
||||
port="465"
|
||||
starttls="false" />
|
||||
</provider>
|
||||
</providers>
|
||||
|
|
Loading…
Reference in a new issue