diff options
author | Thanos Apollo <[email protected]> | 2024-11-10 13:49:58 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-11-10 13:49:58 +0200 |
commit | c8d431920f0a2d69bc208d2897570106c737f2fa (patch) | |
tree | 2288ef9f6588694e9cfbbf40243a327343df6f6f /.gitconfig | |
parent | 4f05b44f3e238425d2dbc6f58785637ebd95d431 (diff) |
gitconfig: Update sendmail configuration.
* Use mailbox smtp server
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -8,12 +8,11 @@ subjectPrefix = PATCH [sendemail] from = Thanos Apollo <[email protected]> - smtpserver = smtp.forwardemail.net - smtpuser = [email protected] + smtpserver = smtp.mailbox.org + smtpuser = [email protected] smtpencryption = ssl smtpserverport = 465 annotate = yes - smtpass = $(pass forwardemail/[email protected]) [core] commitGraph = true [gc] |