From: Samir Benmendil Date: Thu, 27 Dec 2018 15:58:38 +0000 (+0000) Subject: git: use msmtp to send emails X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/ad0dc18105248c38946b4a4605d39b57688d28b4 git: use msmtp to send emails --- 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]