Flask-mailman

Latest version: v1.1.0

Safety actively analyzes 623383 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.1.0

- Add configuration key `MAIL_SEND_OPTIONS` to support setting `mail_options` for `smtplib.SMTP.send_mail`
(e.g. `SMTPUTF8`) ([61](https://github.com/waynerv/flask-mailman/pull/61)).
- Pre-encodes FQDN str with punycode to improve compatibility ([66](https://github.com/waynerv/flask-mailman/pull/66)).
- Migrates as many as possible test cases from Django mail module ([64](https://github.com/waynerv/flask-mailman/pull/64)).
- Improve way of populating smtp key/cert to avoid TypeError in py>=12 ([68](https://github.com/waynerv/flask-mailman/pull/68)).

1.0.0

- Drop Python 3.6 support.
- Fix compatibility issue with Python 3.10
([31](https://github.com/waynerv/flask-mailman/pull/31)).
- Fix the log file generation issue to ensure that the log filename is random
([30](https://github.com/waynerv/flask-mailman/pull/30)).
- Fix compatibility issue with Python 3.12
([56](https://github.com/waynerv/flask-mailman/issues/56)).
- Support passing `from_email` in tuple format to `send_mail()` function
([35](https://github.com/waynerv/flask-mailman/issues/35)).

0.3.0

Added

- Add support for custom email backend.

0.2.4

Added

- Tox and GitHub workflows to run test, staging and release automatically.

0.2.3

Added

- Add support for Flask 2.0

Removed

- Drop support for Python 3.5(due to flask upgrade).

0.2.2

Changed

- Set `None` as the default value for the `from_email` and `recipient_list` of `send_mail()` function.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.