From d88f02296d3c700dd18d395cbfc8c067562aadb7 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 18 Nov 2013 00:20:34 +0100 Subject: [PATCH] add sendemail config for gmail --- gitconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gitconfig b/gitconfig index 5156708..ad77f5c 100644 --- a/gitconfig +++ b/gitconfig @@ -16,3 +16,8 @@ new = cyan bold old = red bold meta = green +[sendemail] + smtpencryption = tls + smtpserver = smtp.gmail.com + smtpuser = samir.benmendil@gmail.com + smtpserverport = 587 -- 2.48.1