summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2023-04-17 15:57:07 -0500
committerSam Nystrom <sam@samnystrom.dev>2023-04-17 15:57:07 -0500
commit3b9996aabe0664a87604ae7374dd0f10117f5496 (patch)
treec383a5ad394e0a1aec193dc6fca2f84c21c0e758
parent33bdbd228dd1c3312d8e2309df8f2a24385fb98f (diff)
feat(git): set up git-send-email with himitsu
-rw-r--r--.gitconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index d6f8038..d570dd3 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -3,3 +3,12 @@
name = Sam Nystrom
[init]
defaultBranch = main
+[sendemail]
+ smtpserver = smtp.migadu.com
+ smtpuser = sam@samnystrom.dev
+ smtpencryption = ssl
+ smtpserverport = 465
+ annotate = yes
+ verify = off
+[credential]
+ helper = himitsu