Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fengsp/sender
One easy to use Python SMTP client
https://github.com/fengsp/sender
Last synced: 6 days ago
JSON representation
One easy to use Python SMTP client
- Host: GitHub
- URL: https://github.com/fengsp/sender
- Owner: fengsp
- License: other
- Created: 2014-07-16T07:34:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-11T17:49:36.000Z (about 6 years ago)
- Last Synced: 2024-12-30T02:13:45.464Z (13 days ago)
- Language: Python
- Homepage: http://sender.readthedocs.io/
- Size: 87.9 KB
- Stars: 196
- Watchers: 14
- Forks: 27
- Open Issues: 4
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - sender - One easy to use Python SMTP client (Python)
README
Sender
Sender is a tiny module for SMTP mail sending, inspired by Flask-Mail.
The purpose is making sending SMTP mail simple and easy. Using builtin
module to send mail is a little verbose, things shouldn't be that way.
Read the docs at http://sender.readthedocs.org/If you feel anything wrong, feedbacks or pull requests are welcome.