https://github.com/waynerv/flask-mailman
Porting Django's email implementation to your Flask applications.
https://github.com/waynerv/flask-mailman
flask python
Last synced: about 1 year ago
JSON representation
Porting Django's email implementation to your Flask applications.
- Host: GitHub
- URL: https://github.com/waynerv/flask-mailman
- Owner: waynerv
- License: bsd-3-clause
- Created: 2019-08-07T14:02:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T00:14:04.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T04:09:51.350Z (about 1 year ago)
- Topics: flask, python
- Language: Python
- Homepage: https://waynerv.github.io/flask-mailman
- Size: 1.08 MB
- Stars: 123
- Watchers: 5
- Forks: 16
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Flask-Mailman


[](https://github.com/waynerv/flask-mailman/actions/workflows/dev.yml)


[](https://codecov.io/gh/waynerv/flask-mailman)
Flask-Mailman is a Flask extension providing simple email sending capabilities.
It was meant to replace unmaintained Flask-Mail with a better warranty and more features.
## Usage
Flask-Mail ported Django's email implementation to your Flask applications, which may be the best mail sending implementation that's available for python.
The way of using this extension is almost the same as Django.
Documentation: https://waynerv.github.io/flask-mailman.
**Note: A few breaking changes have been made in v0.2.0 version** to ensure that API of this extension is basically the same as Django.
Users migrating from Flask-Mail should upgrade with caution.
## Credits
Thanks to [Jetbrains](https://jb.gg/OpenSource) for providing an Open Source license for this project.
[](www.jetbrains.com)
Build tools and workflows of this project was inspired by [waynerv/cookiecutter-pypackage](https://github.com/waynerv/cookiecutter-pypackage) project template.