aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes
diff options
context:
space:
mode:
authorAndrew Fontaine <andrew@afontaine.ca>2020-07-20 08:54:18 -0400
committerRobert Helgesson <robert@rycee.net>2020-08-13 21:36:31 +0200
commitbaea46c5acbb4a5be9b109d8ce06d2aec197353f (patch)
tree1b210b26606902e764e09d920282d986c7e38414 /doc/release-notes
parentfceef469c2ec99232d847f1d9d6b32665d915bbb (diff)
git: set SSL if useStartTls is false
The git-send-email [0] script uses StartTLS if `smtpEncryption` is set to `tls`, which can break services that don't support StartTLS. [0]: https://github.com/git/git/blob/bd42bbe1a46c0fe486fc33e82969275e27e4dc19/git-send-email.perl#L1533 PR #1395
Diffstat (limited to 'doc/release-notes')
-rw-r--r--doc/release-notes/rl-2009.adoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release-notes/rl-2009.adoc b/doc/release-notes/rl-2009.adoc
index 0562e046d8d..7657033f105 100644
--- a/doc/release-notes/rl-2009.adoc
+++ b/doc/release-notes/rl-2009.adoc
@@ -43,3 +43,5 @@ $ nix-shell '<home-manager>' -A install
will automatically include these options, when necessary.
--
+
+* Git's `smtpEncryption` option is now set to `tls` only if both <<opt-accounts.email.accounts.\_name_.smtp.tls.enable>> and <<opt-accounts.email.accounts.\_name_.smtp.tls.useStartTls>> are `true`. If only <<opt-accounts.email.accounts.\_name_.smtp.tls.enable>> is `true`, `ssl` is used instead.