added SMTP settings to git's config
This commit is contained in:
parent
2444467c98
commit
db5ff0c7bf
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue