diff options
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -5,4 +5,14 @@ [commit] gpgsign = true [format] - subjectPrefix = Patch git-send-email.io
\ No newline at end of file + subjectPrefix = PATCH +[sendemail] + from = Thanos Apollo <[email protected]> + smtpserver = smtp.fastmail.com + smtpuser = [email protected] + smtpencryption = ssl + smtpserverport = 465 + annotate = yes + +[credential "smtp://smtp.fastmail.com:465"]b + helper = "!f() { echo [email protected]; echo \"password=$(pass show fastmail.com/thanosapollo.com | sed -n '3p')\"; }; f"
\ No newline at end of file |