Metadata-Version: 1.0
Name: collective.contentrules.mailadapter
Version: 1.0
Summary: A mail content rule action using an adapter for emails resolving
Home-page: http://pypi.python.org/pypi/collective.contentrules.mailadapter
Author: Matous Hora (DMS4u)
Author-email: matous.hora@dms4u.cz
License: GPL
Description: Introduction
        ============
        
        This packages creates a mail content rule action that resolves the email recipients by an
        adapter.
        
        For a given interface register adapter implementing IRecipientsResolver with recipients method returning
        list of recipients emails.
        
        Changelog
        =========
        
        1.0 - Released
        ----------------
        
        * Initial release
        
        
Keywords: plone content rule mail adapter
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
