summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitconfig b/.gitconfig
index 7fa9ffe..6caad0f 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -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]