mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 10:47:28 +00:00
Added provider Purelymail
This commit is contained in:
parent
6259640dcb
commit
2d67664d4c
1 changed files with 13 additions and 0 deletions
|
@ -1487,4 +1487,17 @@
|
|||
port="587"
|
||||
starttls="true" />
|
||||
</provider>
|
||||
<provider
|
||||
name="Purelymail"
|
||||
domain="purelymail\\.com,cheapermail\\.com,placeq\\.com,rethinkmail\\.com,worldofmail\\.com"
|
||||
link="https://purelymail.com/docs/setup/technical">
|
||||
<imap
|
||||
host="imap.purelymail.com"
|
||||
port="993"
|
||||
starttls="false" />
|
||||
<smtp
|
||||
host="smtp.purelymail.com"
|
||||
port="465"
|
||||
starttls="false" />
|
||||
</provider>
|
||||
</providers>
|
||||
|
|
Loading…
Reference in a new issue