mirror of https://github.com/M66B/FairEmail.git
Added provider Countermail
This commit is contained in:
parent
94aaa0c9fd
commit
328ccf6c28
|
@ -2131,4 +2131,19 @@
|
|||
port="465"
|
||||
starttls="false" />
|
||||
</provider>
|
||||
<provider
|
||||
name="Countermail"
|
||||
appPassword="true"
|
||||
documentation="Instead of a password you should use <a href="https://support.countermail.com/kb/faq.php?id=14">an IMAP-key</a>"
|
||||
domain="countermail\\.com"
|
||||
link="https://support.countermail.com/kb/faq.php?id=14">
|
||||
<imap
|
||||
host="imap1.countermail.com"
|
||||
port="993"
|
||||
starttls="false" />
|
||||
<smtp
|
||||
host="imap1.countermail.com"
|
||||
port="465"
|
||||
starttls="false" />
|
||||
</provider>
|
||||
</providers>
|
||||
|
|
Loading…
Reference in New Issue