cdh.core.mail package
A set of classes and utilities to facilitate sending HTML emails.
The utils
module contains some helpers for basic usage and sending
mass-but-personalized emails. The utils are somewhat limited;
The classes
module contains the actual working code, and can be used
directly for more advanced usages.
The views
and widgets
modules contain helpers for dealing
with custom template emails.