Revert "Disable STARTTLS for GMX"

This reverts commit 119c54e664.

Refs #30
This commit is contained in:
M66B 2018-08-11 04:06:36 +00:00
parent 119c54e664
commit 115ebbfb5f
1 changed files with 1 additions and 1 deletions

View File

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