Open ghost opened 5 years ago
Hi,
@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-ng
supporting 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).
Code is here : https://github.com/ncrocfer/flask-sendmail-ng
up