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'):
Take care, html MUST BE UNICODE OBJECT!
Changelog
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-1.0.1.zip
(6.4 kB
view details)
File details
Details for the file cs.htmlmailer-1.0.1.zip
.
File metadata
- Download URL: cs.htmlmailer-1.0.1.zip
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e52c7aec53024a2d0ef3e207a1755e25e896417c8ab18ca14a14b82171f8b92 |
|
MD5 | 09e4a4ac07d2e9e8e9ead82a6cce0955 |
|
BLAKE2b-256 | bd598a16bd4bd70b00c6e75bdf5ba6a27559b8ffeec5b9ec550ead0efc46224a |