From e55af2b2c4ccd832f96270fbdfcc01e3c08c21ec Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Sun, 10 Oct 2021 12:56:27 -0500 Subject: Email: use msmtp instead of smtp on email Use a centralized msmtp config rather than setting up smtp configs on all email services. --- .gitconfig | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index 9be6815..1fe3480 100644 --- a/.gitconfig +++ b/.gitconfig @@ -3,10 +3,12 @@ name = Danny Holman [sendemail] + from = Danny Holman + smtpuser = + smtpserver = "/usr/bin/msmtp -a private -t" smtpencryption = tls - smtpserver = mail.gymli.org - smtpuser = dholman - smtpserverport = 587 + chainreplyto = false + confirm = auto [pull] rebase = false -- cgit v1.2.3