add send-email config
This commit is contained in:
parent
bbfa7b80f0
commit
fa82fd9fd5
1 changed files with 6 additions and 0 deletions
|
@ -20,3 +20,9 @@
|
||||||
[push]
|
[push]
|
||||||
# push relevant tags
|
# push relevant tags
|
||||||
followTags = true
|
followTags = true
|
||||||
|
[sendemail]
|
||||||
|
smtpuser = josh
|
||||||
|
smtpserver = ryne.moe
|
||||||
|
smtpencryption = tls
|
||||||
|
smtpserverport = 587
|
||||||
|
annotate = yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue