flask-mail
flask-mail copied to clipboard
A modern Alternative
Since flask-mail has not been maintained for many years, I created a new Flask mail extension - flask-mailman, its core implementation is ported from Django's mail
module, and which has the following advantages over flask-mail
.
- Built-in multiple mail backends, as well as support for customization.
- The same simple and intuitive call interface.
- Regularly synchronized with Django‘s new features and bug fixes.
If you encounter problems with flask-mail, feel free to have a try.