mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-01 17:26:12 +00:00
Added provider Braxmail
This commit is contained in:
parent
67527c6513
commit
ba2357b42c
1 changed files with 13 additions and 0 deletions
|
@ -2172,4 +2172,17 @@
|
|||
port="465"
|
||||
starttls="false" />
|
||||
</provider>
|
||||
<provider
|
||||
name="Braxmail"
|
||||
documentation="The username of a Braxmail account is account-specific, and therefore an account/identity needs to be configured via '<em>Manual setup and account options</em>' in the main settings screen. See the video you receive for the correct configuration data."
|
||||
domain="braxmail\\.net">
|
||||
<imap
|
||||
host="imap.braxmail.net"
|
||||
port="993"
|
||||
starttls="false" />
|
||||
<smtp
|
||||
host="smtp.braxmail.net"
|
||||
port="587"
|
||||
starttls="true" />
|
||||
</provider>
|
||||
</providers>
|
||||
|
|
Loading…
Reference in a new issue