You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ajford made a big work to allow us using sendmail in Flask applications, but this project seems to be unmaintained for several years. No new release has been made and the only solution to support Python 3 is to directly reference the commit hash in our requirements.
Because I also use it in one of my project and I want a cleaner solution I decided to deploy a new version named flask-sendmail-ngsupporting Python 3 :
pip install flask-sendmail-ng
It's a drop-in replacement, so nothing to change on your side (ie import flask_sendmail will still work).
up
The text was updated successfully, but these errors were encountered: