Skip to main content

Elegant email library

Project description

MIT licensed library for easy delivery of emails, inspired by Requests’s simple, beautiful API. Mailthon aims to simplify the delivery of emails and make it a joy to use as well as being extremely extensible and configurable at the same time.

>>> from mailthon import postman, email
>>> p = postman(host='smtp.gmail.com', auth=('username', 'password'))
>>> r = p.send(email(
        content='<p>Hello 世界</p>',
        subject='Hello world',
        sender='John <john@jon.com>',
        receivers=['doe@jon.com'],
    ))
>>> assert r.ok

The library is still in rapid development and the edges are being ironed out. Feel free to raise issues/ping me if you want to give feedback. Also, you can always make pull requests if you prefer expressing yourself in code.

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page