marktennyson / flask-mailing

Flask-Mailing is the ultimate solution for sending emails asynchronously in Flask applications. With its extensive features such as support for multiple email providers, file attachments, customizable templates, and encryption, Flask-Mailing makes email communication effortless and efficient.
https://marktennyson.github.io/flask-mailing/
MIT License
33 stars 10 forks source link

Made the extension add itself to the app.extensions dictionary #22

Closed jfkinslow closed 2 years ago

jfkinslow commented 2 years ago

Also upgraded the version to 0.0.6 and fixed an issue with compiling the setup.py where it was reading the long_description from the README.md

jfkinslow commented 2 years ago

@marktennyson whenever you have a chance can you look at this.

marktennyson commented 2 years ago

@jfkinslow Thanks for the changes. I will merge it and release a new version shortly.