diff options
author | Thanos Apollo <[email protected]> | 2024-08-21 20:33:36 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-08-21 20:33:36 +0300 |
commit | 71c983d7e7cb7dd3c4b10fc4edf157dfc5f2f45e (patch) | |
tree | 70de7daa83e7e86c38a83abd5e41d632c4a6e17f /.gitconfig | |
parent | 2397c6707afbb691cf8299ded7d85a2f1caac3b9 (diff) |
gitconfig: Update configuration for forwardemail.
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -8,11 +8,12 @@ subjectPrefix = PATCH [sendemail] from = Thanos Apollo <[email protected]> - smtpserver = smtp.fastmail.com - smtpuser = [email protected] + smtpserver = smtp.forwardemail.net + smtpuser = [email protected] smtpencryption = ssl smtpserverport = 465 annotate = yes + smtpass = $(pass forwardemail/[email protected]) [core] commitGraph = true [gc] |