* [PATCH] Documentation/git-send-email: Add "Use gmail as the smtp server"
@ 2010-04-24 7:34 Ping Yin
2010-04-24 23:03 ` Sverre Rabbelier
0 siblings, 1 reply; 2+ messages in thread
From: Ping Yin @ 2010-04-24 7:34 UTC (permalink / raw)
To: git; +Cc: Ping Yin
Signed-off-by: Ping Yin <pkufranky@gmail.com>
---
Documentation/git-send-email.txt | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
index ced35b2..3dfdc7c 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 <ryan@michonline.com>
--
1.7.1.rc2.265.g8743f
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-24 23:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-24 7:34 [PATCH] Documentation/git-send-email: Add "Use gmail as the smtp server" Ping Yin
2010-04-24 23:03 ` Sverre Rabbelier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).