1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-27 02:07:12 +00:00

Disable STARTTLS for GMX

Refs #30
This commit is contained in:
M66B 2018-08-10 20:07:54 +00:00
parent 4b5a072ae5
commit 119c54e664

View file

@ -99,6 +99,6 @@
<smtp
host="mail.gmx.com"
port="587"
starttls="true" />
starttls="false" />
</provider>
</providers>