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

don't support python3

Open ghost opened this issue 6 years ago • 1 comments

up

ghost avatar May 21 '19 14:05 ghost

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

ncrocfer avatar May 15 '20 12:05 ncrocfer