summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-11-10 13:49:58 +0200
committerThanos Apollo <[email protected]>2024-11-10 13:49:58 +0200
commitc8d431920f0a2d69bc208d2897570106c737f2fa (patch)
tree2288ef9f6588694e9cfbbf40243a327343df6f6f /.gitconfig
parent4f05b44f3e238425d2dbc6f58785637ebd95d431 (diff)
gitconfig: Update sendmail configuration.
* Use mailbox smtp server
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitconfig b/.gitconfig
index 6caad0f..09e4f93 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -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]