Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandrevicenzi/fluentmail
Python SMTP client and Email for Humans™
https://github.com/alexandrevicenzi/fluentmail
mail mailer mailgun python python-smtp-client python3 smtp smtp-library
Last synced: 15 days ago
JSON representation
Python SMTP client and Email for Humans™
- Host: GitHub
- URL: https://github.com/alexandrevicenzi/fluentmail
- Owner: alexandrevicenzi
- License: mit
- Created: 2014-11-04T01:04:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T23:25:27.000Z (almost 6 years ago)
- Last Synced: 2024-05-21T04:20:40.511Z (6 months ago)
- Topics: mail, mailer, mailgun, python, python-smtp-client, python3, smtp, smtp-library
- Language: Python
- Homepage:
- Size: 244 KB
- Stars: 82
- Watchers: 6
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## FluentMail [![Build Status](https://travis-ci.org/alexandrevicenzi/fluentmail.svg)](https://travis-ci.org/alexandrevicenzi/fluentmail) [![PyPI](https://img.shields.io/pypi/v/fluentmail.svg)](https://pypi.python.org/pypi/fluentmail)
Python SMTP client and Email for Humans™
## Simple
FluentMail tries to keep it simple as possible.
## Install
`pip install fluentmail`
## Compatibility
Works with Python 2.6+, Python 3.3+, PyPy and PyPy 3.
## Documentation
You can find some info on the project wiki.
## Features
- SMTP
- Mailgun
- Plain or HTML body
- Alternative body
- Attachments## Future work
- More test coverage
- Dummy backend
- FileBased backend
- MemoryBased backend
- Support template engines (Django, Jinja)
- Support custom message headers
- Set default backend
- Thread-safety
- Inline attachment
- What more?