diff options
author | Nicholas Van Doorn <nick@nv.delivery> | 2021-08-17 19:50:39 -0700 |
---|---|---|
committer | Nicholas Van Doorn <nick@nv.delivery> | 2021-08-17 19:50:39 -0700 |
commit | 0cc24e66265a0a0784fc2113c3775999ee05f8cc (patch) | |
tree | 5557ec288578341cd1d71ac633f2916106783310 /gitconfig | |
parent | f73c53b3254f428c253aea204168f3e1d6d16084 (diff) |
Configure git send email
Nice
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,8 @@ path = ~/.gitconfig_personal [includeIf "gitdir:~/work/"] path = ~/.gitconfig_work +[include] + path = ~/.gitconfig_sensitive [core] excludesfile = ~/.gitignore_global @@ -35,3 +37,9 @@ [user] name = Nicholas Van Doorn email = <nick@nv.delivery> + +[sendemail] + smtpencryption = tls + smtpserver = smtp.fastmail.com + smtpuser = nick@nv.delivery + smtpserverport = 587 |