@@ 150,8 150,8 @@
<pre>[sendemail]
smtpserver = mail.example.org
smtpuser = you@example.org
- smtpencryption = tls
- smtpserverport = 587</pre>
+ smtpencryption = ssl
+ smtpserverport = 465</pre>
<p>
Be sure to fill in the appropriate values for your email
provider - you will probably only have to fill in
@@ 162,6 162,11 @@
<pre>git config --global user.email "you@example.org"
<!-- -->git config --global user.name "Your Name"</pre>
<a href="#step-3" class="button">Next</a>
+ <p>
+ This configuration assumes direct TLS. If your provider only
+ offers STARTTLS, set <code>smtpencryption = tls</code> and
+ <code>smtpserverport = 587</code>.
+ </p>
</div>
</div>
</div>