flask-mail icon indicating copy to clipboard operation
flask-mail copied to clipboard

A modern Alternative

Open waynerv opened this issue 3 years ago • 0 comments

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.

waynerv avatar Mar 23 '21 15:03 waynerv