Metadata-Version: 1.0
Name: Products.MailTemplates
Version: 2.0.0
Summary: MailTemplates for Zope 2
Home-page: http://www.simplistix.co.uk/software/zope/mailtemplates
Author: Chris Withers
Author-email: chris@simplistix.co.uk
License: MIT
Description: ======================
        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
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
