mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 01:36:55 +00:00
Added provider FastMail
This commit is contained in:
parent
32c1f7a71e
commit
a7188af295
1 changed files with 9 additions and 0 deletions
|
@ -54,4 +54,13 @@
|
|||
port="465"
|
||||
starttls="false" />
|
||||
</provider>
|
||||
<provider name="FastMail">
|
||||
<imap
|
||||
host="imap.fastmail.com"
|
||||
port="993" />
|
||||
<smtp
|
||||
host="smtp.fastmail.com"
|
||||
port="465"
|
||||
starttls="false" />
|
||||
</provider>
|
||||
</providers>
|
Loading…
Reference in a new issue