Skip to content
Snippets Groups Projects
Commit 792b9eee authored by Carsten Karbach's avatar Carsten Karbach
Browse files

Fix config for mail

parent 010df4d8
No related branches found
No related tags found
No related merge requests found
...@@ -3,21 +3,21 @@ ...@@ -3,21 +3,21 @@
; ;
; GMail example ; GMail example
Host = "smtp.gmail.com" ;Host = "smtp.gmail.com"
SMTPSecure = "tls" ;SMTPSecure = "tls"
Port = "587" ;Port = "587"
verify_peer = true; set to false, if remote certificate cannot be verified ;verify_peer = true; set to false, if remote certificate cannot be verified
Username = "jardsserver@gmail.com" ;Username = "testexample@gmail.com"
Password = "-aaa-bbbxcx"
FROMNAME = "Jards"
;GMX example
;Host = "mail.gmx.net"
;SMTPSecure = "ssl"
;Port = "465"
;verify_peer = true
;Username = "testtest@gmx.de"
;Password = "XXX" ;Password = "XXX"
;FROMNAME = "Jards" ;FROMNAME = "Jards"
;GMX example
Host = "mail.gmx.net"
SMTPSecure = "ssl"
Port = "465"
verify_peer = true
Username = "testtest@gmx.de"
Password = "XXX"
FROMNAME = "Jards"
TARGET="carstenkarbach@gmx.de" TARGET="carstenkarbach@gmx.de"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment