From: Ping Yin Date: Sat, 24 Apr 2010 07:34:02 +0000 (+0800) Subject: Documentation/git-send-email: Add "Use gmail as the smtp server" X-Git-Tag: v1.7.2-rc0~167 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2b873e064c4eac816887f823c1dfefbc9c3b4b0e;p=git.git Documentation/git-send-email: Add "Use gmail as the smtp server" Signed-off-by: Ping Yin Acked by: Sverre Rabbelier Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index ced35b2f5..3dfdc7cca 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -300,6 +300,21 @@ sendemail.confirm:: in the previous section for the meaning of these values. +Use gmail as the smtp server +---------------------------- + +Add the following section to the config file: + + [sendemail] + smtpencryption = tls + smtpserver = smtp.gmail.com + smtpuser = yourname@gmail.com + smtpserverport = 587 + +Note: the following perl modules are required + Net::SMTP::SSL, MIME::Base64 and Authen::SASL + + Author ------ Written by Ryan Anderson