======================
Products.MailTemplates
======================

These allow you to use the full power of the the python email package
along with Zope's Page Template technology to easily build and send
fully standards compliant emails. 

The key features are:

- Use familiar ZPT syntax to generate both plain text and html email

- Easily create multi-part messages including the attachment of files

- Flexible and powerful ways to specify addresses and headers for
  email to be sent

- Full access to Python's email package from restricted python code
  such as python scripts

- Fully integrated with CMF-based products by way of Filesystem-based
  MailTemplates
