summaryrefslogtreecommitdiffstats
path: root/git-send-email.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-05-05 02:42:36 +0000
committerJunio C Hamano <junio@kernel.org>2010-05-05 02:42:36 +0000
commitfacbe51fd14cbad1756634d00b1d93c01b77bf0c (patch)
tree6db7fc35f20365954327544d4efeb4503c7f23a3 /git-send-email.html
parentfc5d735affe7604a086875e20ddb8914b473cff9 (diff)
downloadgit-htmldocs-facbe51fd14cbad1756634d00b1d93c01b77bf0c.tar.gz
Autogenerated HTML docs for v1.7.1-11-g3bf78
Diffstat (limited to 'git-send-email.html')
-rw-r--r--git-send-email.html16
1 files changed, 15 insertions, 1 deletions
diff --git a/git-send-email.html b/git-send-email.html
index 45f95f947..666762667 100644
--- a/git-send-email.html
+++ b/git-send-email.html
@@ -807,6 +807,20 @@ sendemail.confirm
</dd>
</dl></div>
</div>
+<h2 id="_use_gmail_as_the_smtp_server">Use gmail as the smtp server</h2>
+<div class="sectionbody">
+<div class="para"><p>Add the following section to the config file:</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt>[sendemail]
+ smtpencryption = tls
+ smtpserver = smtp.gmail.com
+ smtpuser = yourname@gmail.com
+ smtpserverport = 587</tt></pre>
+</div></div>
+<div class="para"><p>Note: the following perl modules are required
+ Net::SMTP::SSL, MIME::Base64 and Authen::SASL</p></div>
+</div>
<h2 id="_author">Author</h2>
<div class="sectionbody">
<div class="para"><p>Written by Ryan Anderson &lt;ryan@michonline.com&gt;</p></div>
@@ -823,7 +837,7 @@ send_lots_of_email.pl by Greg Kroah-Hartman.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-04-24 02:56:07 UTC
+Last updated 2010-05-05 02:42:19 UTC
</div>
</div>
</body>