1
0
Fork 0
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:
M66B 2018-08-05 08:42:43 +00:00
parent 32c1f7a71e
commit a7188af295

View file

@ -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>