1
Fork 0

add send-email config

This commit is contained in:
Joshua Goins 2023-01-08 11:13:07 -05:00
parent bbfa7b80f0
commit fa82fd9fd5

View file

@ -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