From b36ea053c6e2ec88315be85e9fb2e7129898ae57 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 1 Jun 2020 18:17:32 +0200 Subject: git: configure git-send-email to use smtp directly --- .config/git/config | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to '.config') 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] -- cgit 1.4.1