Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fengsp/sender

One easy to use Python SMTP client
https://github.com/fengsp/sender

Last synced: about 1 month ago
JSON representation

One easy to use Python SMTP client

Awesome Lists containing this project

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.