commit 75288e95066a7dacec397bdc495407297827823b
parent 20a480296e45814bcd881f08fb3f8e2d49644611
Author: FIGBERT <figbert@figbert.com>
Date: Thu, 3 Jun 2021 17:59:35 -0700
Add git send-email configuration
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl
@@ -23,3 +23,8 @@
line-numbers = true
[credential]
helper = {{ if eq .chezmoi.os "darwin" }}osxkeychain{{ else }}cache{{ end }}
+[sendemail]
+ smtpserver = figbert.com
+ smtpuser = figbert@figbert.com
+ smtpencryption = tls
+ smtpserverport = 587