A library to send emails with HTML and Text mixed content
Project description
Introduction
This small library has a method to create a MIME Multipart email object with HTML and Text content to be able to send it by e-mail.
This allows you to prepare an HTML content (with a templating language) and forget about the text representation of the HTML; just import the method and call it with the HTML content and the e-mail headers (to, cc, subject, …)
This is the signature of the method:
def create_html_mail(subject, html, text=None, from_addr=None, to_addr=None, cc_addrs=[], headers=None, encoding='UTF-8'):
Changelog
2.0 (2020-02-10)
python3 compatibility [erral]
1.0 (2012-02-02)
Initial release [erral]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cs.htmlmailer-2.0.tar.gz
(3.0 kB
view details)
File details
Details for the file cs.htmlmailer-2.0.tar.gz
.
File metadata
- Download URL: cs.htmlmailer-2.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5aed0c4cfec45cd964a5d8522b945bb21f40262633cf7cd0e7bbd80b45a1d254 |
|
MD5 | 0d03e7366336b8cba6cba58de7772938 |
|
BLAKE2b-256 | 71c37d743a14c3114f6702286259f6e9aabd2314ed2cb5ee4bb35c091db903b1 |