diff options
| author | Robert Günzler <r@gnzler.io> | 2020-06-01 18:17:32 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-06-01 18:32:20 +0200 |
| commit | b36ea053c6e2ec88315be85e9fb2e7129898ae57 (patch) | |
| tree | 26cf1700825ef95b95444e36788f60948fbf99dd | |
| parent | 9c5467454a2b4e795881397868e9f07107068975 (diff) | |
git: configure git-send-email to use smtp directly
| -rw-r--r-- | .config/git/config | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/.config/git/config b/.config/git/config index 66be779..cd4bf9f 100644 --- a/.config/git/config +++ b/.config/git/config @@ -3,10 +3,15 @@ email = r@gnzler.io [sendemail] - smtpserver = /usr/bin/msmtp - smtpserveroption=-a - smtpserveroption=gnzler + smtpserver = mail.gandi.net + smtpuser = robert@gnzler.io + smtpencryption = tls + smtppass = !pass email/gnzler.io + ; smtpserver = /usr/bin/msmtp + ; smtpserveroption=-a + ; smtpserveroption=gnzler annotate = true + multiEdit = true confirm = always [core] |