Add GMX to providers

Tested in the application.
This commit is contained in:
StoyanDimitrov
2018-08-10 18:21:05 +00:00
committed by GitHub
parent 9766a76fab
commit d0cd66eab7

View File

@@ -92,4 +92,13 @@
port="465"
starttls="false" />
</provider>
</providers>
<provider name="gmx.com">
<imap
host="imap.gmx.com"
port="993" />
<smtp
host="mail.gmx.com"
port="587"
starttls="true" />
</provider>
</providers>