Personal tools

Skip to content. | Skip to navigation

Internet solutions

Sections
You are here: Home Products cs.htmlmailer

cs.htmlmailer

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]

Current Release
cs.htmlmailer 1.0.1

Released Feb 02, 2012

Download file Get cs.htmlmailer for All platforms
cs.htmlmailer-1.0.1.tar.gz
If you are using Plone 3.2 or higher, you probably want to install this product with buildout. See our tutorial on installing add-on products with buildout for more information.

All Releases

Version Released Description Compatibility Licenses Status
1.0.1 Feb 02, 2012 More about this release… GPL
final
1.0 Feb 02, 2012 More about this release… GPL
final