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

Fix config for mail

parent 010df4d8
Branches
Tags
No related merge requests found
......@@ -3,21 +3,21 @@
;
; GMail example
Host = "smtp.gmail.com"
SMTPSecure = "tls"
Port = "587"
verify_peer = true; set to false, if remote certificate cannot be verified
Username = "jardsserver@gmail.com"
Password = "-aaa-bbbxcx"
FROMNAME = "Jards"
;GMX example
;Host = "mail.gmx.net"
;SMTPSecure = "ssl"
;Port = "465"
;verify_peer = true
;Username = "testtest@gmx.de"
;Host = "smtp.gmail.com"
;SMTPSecure = "tls"
;Port = "587"
;verify_peer = true; set to false, if remote certificate cannot be verified
;Username = "testexample@gmail.com"
;Password = "XXX"
;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"
\ 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