ajford / flask-sendmail

Flask extension to interface with a system's sendmail client
Other
19 stars 8 forks source link

don't support python3 #11

Open ghost opened 5 years ago

ghost commented 5 years ago

up

ncrocfer commented 4 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