This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
simple-email
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Disable STARTTLS for GMX
Refs
#30
main
M66B
6 years ago
parent
4b5a072ae5
commit
119c54e664
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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="
tru
e" />
starttls="
fals
e" />
</provider>
</providers>
Write
Preview
Loading…
Cancel
Save