Skip to content

Commit

Permalink
Documentation/git-send-email: Add "Use gmail as the smtp server"
Browse files Browse the repository at this point in the history
Signed-off-by: Ping Yin <pkufranky@gmail.com>
Acked by: Sverre Rabbelier <srabbelier@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Ping Yin authored and Junio C Hamano committed May 4, 2010
1 parent 28ba96a commit 2b873e0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Documentation/git-send-email.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2b873e0

Please sign in to comment.