diff --git a/private_dot_config/git/config b/private_dot_config/git/config index 57daf58..6954eed 100644 --- a/private_dot_config/git/config +++ b/private_dot_config/git/config @@ -20,3 +20,9 @@ [push] # push relevant tags followTags = true +[sendemail] + smtpuser = josh + smtpserver = ryne.moe + smtpencryption = tls + smtpserverport = 587 + annotate = yes