Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Support Implicit TLS for sending emails
Browse files Browse the repository at this point in the history
Previously, TLS could only be used with STARTTLS.
Add a new option `implicit_tls`, where TLS is used from the start.
Implicit TLS is recommended over STARTLS,
see https://datatracker.ietf.org/doc/html/rfc8314

Fixes #8046.

Signed-off-by: Jan Schär <jan@jschaer.ch>
  • Loading branch information
jscissr committed Jul 18, 2022
1 parent c6a0506 commit edc1b7e
Show file tree
Hide file tree
Showing 4 changed files with 216 additions and 191 deletions.
1 change: 1 addition & 0 deletions changelog.d/13317.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Support Implicit TLS for sending emails, enabled by the new option `implicit_tls`. Contributed by Jan Schär.
Loading

0 comments on commit edc1b7e

Please sign in to comment.