mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 09:47:13 +00:00
Added provider DomainFactory
This commit is contained in:
parent
7a95182745
commit
275fc03ee8
1 changed files with 12 additions and 0 deletions
|
@ -436,4 +436,16 @@
|
||||||
port="465"
|
port="465"
|
||||||
starttls="false" />
|
starttls="false" />
|
||||||
</provider>
|
</provider>
|
||||||
|
<provider
|
||||||
|
name="DomainFactory"
|
||||||
|
link="https://www.df.eu/de/support/df-faq/e-mail/pop3-imap-postfaecher/mail-programme/">
|
||||||
|
<imap
|
||||||
|
host="sslin.df.eu"
|
||||||
|
port="993"
|
||||||
|
starttls="false" />
|
||||||
|
<smtp
|
||||||
|
host="sslout.df.eu"
|
||||||
|
port="465"
|
||||||
|
starttls="false" />
|
||||||
|
</provider>
|
||||||
</providers>
|
</providers>
|
||||||
|
|
Loading…
Reference in a new issue