Skip to main content

Modern python library for emails.

Project description

Modern python library for email.

Build message:

>>> import emails
>>> message = emails.html(html="<p>Hi!<br>Here is your receipt...",
                       subject="Your receipt No. 567098123",
                       mail_from=('Some Store', 'store@somestore.com'))
>>> message.attach(data=open('bill.pdf'), filename='bill.pdf')

send message and get response from smtp server:

>>> r = message.send(to='s@lavr.me', smtp={'host': 'aspmx.l.google.com', 'timeout': 5})
>>> assert r.status_code == 250

and more:

  • DKIM signature

  • Render body from template

  • Flask extension and Django integration

  • Message body transformation methods

  • Load message from url or from file


See documentation on python-emails.readthedocs.org



https://travis-ci.org/lavr/python-emails.png?branch=master https://img.shields.io/pypi/v/emails.svg http://allmychanges.com/p/python/emails/badge/ https://coveralls.io/repos/lavr/python-emails/badge.svg?branch=master

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

emails-0.4.13.tar.gz (41.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

emails-0.4.13-py2.py3-none-any.whl (56.5 kB view details)

Uploaded Python 2Python 3

File details

Details for the file emails-0.4.13.tar.gz.

File metadata

  • Download URL: emails-0.4.13.tar.gz
  • Upload date:
  • Size: 41.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for emails-0.4.13.tar.gz
Algorithm Hash digest
SHA256 c14584341b682eafbd403d5fdfc5c18706eebedb25c6e3a55483ad5f6975fdac
MD5 93d8dff8d7ec9f37ae20d951df0dfac9
BLAKE2b-256 d9cd29156eb6b0157612eb51f4328610a5df078eefe6a90d363247cf5ac94ad2

See more details on using hashes here.

File details

Details for the file emails-0.4.13-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for emails-0.4.13-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d8af95fb2a4864765ea8f3ae5d4f29b1b1f6983de89ce528d956788ed2e5aadc
MD5 e30859a980859ea4b153cab540c1fb20
BLAKE2b-256 9cbe23237bcf6d2fc0aeaa9366a7b1c3d42d31701d133a4d741bfa97581d40b0

See more details on using hashes here.

Supported by

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