提交 2b873e06 编写于 作者: P Ping Yin 提交者: Junio C Hamano

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

Signed-off-by: NPing Yin <pkufranky@gmail.com>
Acked by: Sverre Rabbelier <srabbelier@gmail.com>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 28ba96ab
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册