Documentation/git-send-email: Add "Use gmail as the smtp server"

Signed-off-by: Ping Yin <pkufranky@gmail.com>
Acked by: Sverre Rabbelier <srabbelier@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Ping Yin 2010-04-24 15:34:02 +08:00 committed by Junio C Hamano
parent 28ba96ab27
commit 2b873e064c
1 changed files with 15 additions and 0 deletions

View File

@ -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 <ryan@michonline.com>