/fluentmail

Python SMTP client and Email for Humans™

Primary LanguagePythonMIT LicenseMIT

FluentMail Build Status PyPI

Python SMTP client and Email for Humans™

Simple

FluentMail tries to keep it simple as possible. Check how simple is it.

Install

pip install fluentmail

Compatibility

Works with Python 2.6+, 3.3+ and PyPy.

Documentation

TODO

Features

  • SMTP
  • Mailgun
  • Plain or HTML body
  • Alternative body
  • Attachments

Future work

  • Dummy backend
  • FileBased backend
  • MemoryBased backend
  • Support template engines (Django, Jinja)
  • Support custom message headers
  • Set default backend
  • Thread-safety
  • Inline attachment
  • What more?