Elegant email library
Project description
Useful links: Documentation | Issue Tracker | PyPI Page
Mailthon is an email library for Python that aims to be highly extensible and composable. Mailthon is unicode aware and supports internationalised headers and email addresses. Also it aims to be highly transport agnostic, meaning that SMTP can be swapped out for other transports.
>>> from mailthon import postman, email >>> p = postman(host='smtp.gmail.com', auth=('username', 'password')) >>> r = p.send(email( content=u'<p>Hello 世界</p>', subject='Hello world', sender='John <john@jon.com>', receivers=['doe@jon.com'], )) >>> assert r.ok
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size mailthon-0.1.1.tar.gz (9.5 kB) | File type Source | Python version None | Upload date | Hashes View |