mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-29 19:25:34 +00:00
Added provider emailn.de
This commit is contained in:
parent
3bd9ec1c9c
commit
b4420aaae0
1 changed files with 13 additions and 0 deletions
|
@ -2321,4 +2321,17 @@
|
|||
port="587"
|
||||
starttls="true" />
|
||||
</provider>
|
||||
<provider
|
||||
name="emailn.de"
|
||||
domain="emailn\\.de"
|
||||
link="https://www.emailn.de/blog/imap-einrichten">
|
||||
<imap
|
||||
host="imap.emailn.de"
|
||||
port="143"
|
||||
starttls="true" />
|
||||
<smtp
|
||||
host="smtp.emailn.de"
|
||||
port="587"
|
||||
starttls="true" />
|
||||
</provider>
|
||||
</providers>
|
||||
|
|
Loading…
Reference in a new issue