From ad0dc18105248c38946b4a4605d39b57688d28b4 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 27 Dec 2018 15:58:38 +0000 Subject: [PATCH] git: use msmtp to send emails --- git/config | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/git/config b/git/config index 922f5e1..801601a 100644 --- a/git/config +++ b/git/config @@ -17,9 +17,8 @@ meta = green [sendemail] smtpencryption = tls - smtpserver = smtp.gmail.com - smtpuser = samir.benmendil@gmail.com - smtpserverport = 587 + smtpserver = /usr/bin/msmtp + smtpuser = [mergetool "fugitive"] cmd = vim -f -c \"Gvdiff\" \"$MERGED\" [merge] -- 2.48.1