Skip to content

Porting Django's email implementation to your Flask applications.

License

Notifications You must be signed in to change notification settings

vbsoftpl/flask-mailman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e975ed5 · Nov 4, 2023

History

89 Commits
Nov 4, 2023
Mar 17, 2022
Nov 4, 2023
Nov 1, 2023
Jun 15, 2021
Jun 15, 2021
Jun 15, 2021
Jun 15, 2021
Nov 4, 2023
Jun 15, 2021
Feb 15, 2021
Jun 15, 2021
Jun 15, 2021
Nov 4, 2023
Nov 2, 2023
Nov 4, 2023
Aug 8, 2021
Nov 4, 2023

Repository files navigation

Flask-Mailman

PyPI PyPI - Downloads dev workflow GitHub commits since latest release (by SemVer) PyPI - License

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 for providing an Open Source license for this project.

Jetbrains Logo

Build tools and workflows of this project was inspired by waynerv/cookiecutter-pypackage project template.

About

Porting Django's email implementation to your Flask applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.1%
  • Makefile 0.9%