Releases: waynerv/flask-mailman
Releases · waynerv/flask-mailman
v1.1.1
v1.1.0
What's Changed
- Pre-encodes FQDN str with punycode to improve compatibility by @tkzt in #66
- Migrates as many as possible test cases from Django mail module by @tkzt in #64
- Improve way of populating smtp key/cert to avoid TypeError in py>=12 by @tkzt in #68
- Add a test coverage badge to README.md by @Daisy-28 in #70
- Add
MAIL_SEND_OPTIONS
forsend_mail
by @jingfelix in #61
New Contributors
- @tkzt made their first contribution in #66
- @Daisy-28 made their first contribution in #70
- @jingfelix made their first contribution in #61
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Use random module to produce an actually unique file name by @Lukas0907 in #30
- Fix compatibility with Python 3.10 by @nblock in #31
- Clarify when
outbox
is created by @marksteward in #34 - Fix misssing last letter in package name by @WAKayser in #47
- Upgrade black to fix conflict with Click 8.1 by @sr-verde in #44
- Upgrade dependencies & drop Python 3.6 support by @greyli in #48
- Fix Test PyPI action by @greyli in #49
- fix smtp compatibility with python 3.12 by @WAKayser in #54
- Support passing from_email in tuple format by @greyli in #57
- Test against Python 3.12 & Release 1.0.0 by @greyli in #59
New Contributors
- @Lukas0907 made their first contribution in #30
- @nblock made their first contribution in #31
- @marksteward made their first contribution in #34
- @WAKayser made their first contribution in #47
- @sr-verde made their first contribution in #44
- @greyli made their first contribution in #48
Full Changelog: v0.3.0...v1.0.0
v0.3.0
Added
- Add support for custom email backend.
v0.2.4
Added
- Tox and GitHub workflows to run test, staging and release automatically.