From 84f05a28857bd1c4de055abfb57988330532fefe Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 26 Aug 2012 15:28:15 -0400 Subject: .gitconfig: configure email --- .gitconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitconfig b/.gitconfig index 86f8b1e..9846d72 100644 --- a/.gitconfig +++ b/.gitconfig @@ -3,3 +3,8 @@ email = LukeShu@sbcglobal.net [color] ui = auto +[sendemail] + smtpencryption = ssl + smtpserver = plus.smtp.mail.yahoo.com + smtpuser = lukeshu@sbcglobal.net + smtpserverport = 465 -- cgit v1.2.3