Browse Source

Disable STARTTLS for GMX

Refs #30
main
M66B 6 years ago
parent
commit
119c54e664
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/src/main/res/xml/providers.xml

+ 1
- 1
app/src/main/res/xml/providers.xml View File

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

Loading…
Cancel
Save