File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -178,9 +178,18 @@ Sending
178
178
for `sendmail` in `/usr/sbin`, `/usr/lib` and $PATH.
179
179
180
180
--smtp-encryption=<encryption>::
181
- Specify the encryption to use, either 'ssl' or 'tls'. Any other
182
- value reverts to plain SMTP. Default is the value of
183
- `sendemail.smtpEncryption`.
181
+ Specify in what way encrypting begins for the SMTP connection.
182
+ Valid values are 'ssl' and 'tls'. Any other value reverts to plain
183
+ (unencrypted) SMTP, which defaults to port 25.
184
+ Despite the names, both values will use the same newer version of TLS,
185
+ but for historic reasons have these names. 'ssl' refers to "implicit"
186
+ encryption (sometimes called SMTPS), that uses port 465 by default.
187
+ 'tls' refers to "explicit" encryption (often known as STARTTLS),
188
+ that uses port 25 by default. Other ports might be used by the SMTP
189
+ server, which are not the default. Commonly found alternative port for
190
+ 'tls' and unencrypted is 587. You need to check your provider's
191
+ documentation or your server configuration to make sure
192
+ for your own case. Default is the value of `sendemail.smtpEncryption`.
184
193
185
194
--smtp-domain=<FQDN>::
186
195
Specifies the Fully Qualified Domain Name (FQDN) used in the
You can’t perform that action at this time.
0 commit comments