We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ce6c82 + 07b1c72 commit 2377b9cCopy full SHA for 2377b9c
CHANGELOG.md
@@ -1,9 +1,12 @@
1
# Changelog
2
3
-## [1.0.1] - 2023-12-16
+## [1.1.0] - 2024-4-22
4
5
- Add configuration key `MAIL_SEND_OPTIONS` to support setting `mail_options` for `smtplib.SMTP.send_mail`
6
(e.g. `SMTPUTF8`) ([#61](https://github.com/waynerv/flask-mailman/pull/61)).
7
+- Pre-encodes FQDN str with punycode to improve compatibility ([#66](https://github.com/waynerv/flask-mailman/pull/66)).
8
+- Migrates as many as possible test cases from Django mail module ([#64](https://github.com/waynerv/flask-mailman/pull/64)).
9
+- Improve way of populating smtp key/cert to avoid TypeError in py>=12 ([#68](https://github.com/waynerv/flask-mailman/pull/68)).
10
11
## [1.0.0] - 2023-11-04
12
0 commit comments