Browse Source

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 15 years ago committed by Junio C Hamano
parent
commit
2b873e064c
  1. 15
      Documentation/git-send-email.txt

15
Documentation/git-send-email.txt

@ -300,6 +300,21 @@ sendemail.confirm:: @@ -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>

Loading…
Cancel
Save