https://github.com/ncrocfer/flask-sendmail-ng
Fork of Flask-Sendmail, including support of Python 3
https://github.com/ncrocfer/flask-sendmail-ng
Last synced: about 1 year ago
JSON representation
Fork of Flask-Sendmail, including support of Python 3
- Host: GitHub
- URL: https://github.com/ncrocfer/flask-sendmail-ng
- Owner: ncrocfer
- License: other
- Created: 2020-05-14T18:31:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-15T10:52:39.000Z (about 6 years ago)
- Last Synced: 2025-03-16T16:47:55.098Z (over 1 year ago)
- Language: Python
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
- License: LICENSE
Awesome Lists containing this project
README
Flask-Sendmail NG
-----------------
Flask-Sendmail-ng is a Flask extension providing a simple interface for
the system's sendmail client.
## Installation
```
pip install flask-sendmail-ng
```
## Why `ng`?
Flask-sendmail-ng is a fork of [Flask-Sendmail](https://github.com/ajford/flask-sendmail),
a package made by [@ajford](https://github.com/ajford) to create a drop-in alternative
for Flask-Mail.
This fork was necessary because the original repo was not updated for several years, and
the support of Python 3 was not available.
As I need it for one of my project I decided to release a new package. You can now work
with Sendmail in your Python 3 projects using it.
## Documentation
Online documentation is available at the original link : [flask-sendmail.readthedocs.org][].
[flask-sendmail.readthedocs.org]: http://flask-sendmail.readthedocs.org