mirror of https://github.com/M66B/FairEmail.git
Added provider Namecheap
This commit is contained in:
parent
ad60477b1f
commit
b6ca328ff1
|
@ -1234,4 +1234,17 @@
|
|||
port="465"
|
||||
starttls="false" />
|
||||
</provider>
|
||||
<provider
|
||||
name="Namecheap"
|
||||
link="https://www.namecheap.com/support/knowledgebase/article.aspx/1179/2175/general-private-email-configuration-for-mail-clients-and-mobile-devices/"
|
||||
mx=".*\\.privateemail\\.com">
|
||||
<imap
|
||||
host="mail.privateemail.com"
|
||||
port="993"
|
||||
starttls="false" />
|
||||
<smtp
|
||||
host="mail.privateemail.com"
|
||||
port="465"
|
||||
starttls="false" />
|
||||
</provider>
|
||||
</providers>
|
||||
|
|
Loading…
Reference in New Issue