diff options
-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] |