added SMTP settings to git's config

This commit is contained in:
Steffen Vogel 2015-07-29 12:27:59 +02:00
parent 2444467c98
commit db5ff0c7bf

View file

@ -46,4 +46,10 @@
trustExitCode = true
[diff "xml"]
textconv = xmllint --format --recover
textconv = xmllint --format --recover
[sendemail]
smtpEncryption = tls
smtpServer = mail.0l.de
smtpUser = stv0g
smtpServerPort = 587