summaryrefslogtreecommitdiffstats
path: root/git-send-email.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-11-04 21:53:18 -0700
committerJunio C Hamano <gitster@pobox.com>2022-11-04 21:53:18 -0700
commit979463309733bb608fee0d57c0ba03bdca004d03 (patch)
tree07abf7919d03cba543b6df3fbd451ea7e62bb91f /git-send-email.html
parentcf9c77377796343e741a25077f837f607513c7bb (diff)
downloadgit-htmldocs-979463309733bb608fee0d57c0ba03bdca004d03.tar.gz
Autogenerated HTML docs for v2.38.1-385-g3b088
Diffstat (limited to 'git-send-email.html')
-rw-r--r--git-send-email.html17
1 files changed, 13 insertions, 4 deletions
diff --git a/git-send-email.html b/git-send-email.html
index 730286199..cf0b8868b 100644
--- a/git-send-email.html
+++ b/git-send-email.html
@@ -1000,9 +1000,18 @@ value; if that is unspecified, default to <code>auto</code>.</p></div>
</dt>
<dd>
<p>
- Specify the encryption to use, either <em>ssl</em> or <em>tls</em>. Any other
- value reverts to plain SMTP. Default is the value of
- <code>sendemail.smtpEncryption</code>.
+ Specify in what way encrypting begins for the SMTP connection.
+ Valid values are <em>ssl</em> and <em>tls</em>. Any other value reverts to plain
+ (unencrypted) SMTP, which defaults to port 25.
+ Despite the names, both values will use the same newer version of TLS,
+ but for historic reasons have these names. <em>ssl</em> refers to "implicit"
+ encryption (sometimes called SMTPS), that uses port 465 by default.
+ <em>tls</em> refers to "explicit" encryption (often known as STARTTLS),
+ that uses port 25 by default. Other ports might be used by the SMTP
+ server, which are not the default. Commonly found alternative port for
+ <em>tls</em> and unencrypted is 587. You need to check your provider&#8217;s
+ documentation or your server configuration to make sure
+ for your own case. Default is the value of <code>sendemail.smtpEncryption</code>.
</p>
</dd>
<dt class="hdlist1">
@@ -1803,7 +1812,7 @@ Authen::SASL and Mail::Address.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-09-14 13:23:11 PDT
+ 2022-11-04 21:49:36 PDT
</div>
</div>
</body>