]> git.rmz.io Git - dotfiles.git/commitdiff
add sendemail config for gmail
authorSamir Benmendil <samir.benmendil@gmail.com>
Sun, 17 Nov 2013 23:20:34 +0000 (00:20 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Sun, 17 Nov 2013 23:20:34 +0000 (00:20 +0100)
gitconfig

index 5156708ff737371c4a11a80cad419b8070afa48c..ad77f5c9d2b02f427ac45bf413af3d8db47e9d69 100644 (file)
--- 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