Metadata-Version: 1.0
Name: collective.overridemailrecipients
Version: 1.0
Summary: UNKNOWN
Home-page: http://svn.plone.org/svn/collective/
Author: Goldmund, Wyldebeast & Wunderliebe
Author-email: info@gw20e.com
License: GPL
Description: Introduction
        ============
        
        collective.overridemailrecipients forwards all mails sent from Plone. Use this package on testing and development environments where you want to test emails sent thru Plone, but not want to use the real addresses.
        
        This package is always active by patching MailHost. The recipient(s) in the 'To' header are replaced by 'plone@localhost' or a configurable mail address.
        
        Features
        ========
        
        - All emails sent thru the Plone mailer are forwarded to one mail address
        - Bcc and Cc headers are stripped
        
        Installation
        ============
        
        To your `buildout.cfg`, add::
        
            eggs =
                ...
                collective.overridemailrecipients
        
        After that, just install via the "Add-on" controlpanel.
        
        Usage
        =====
        
        After installation this packages is configurable thru the site setup
        
        - Email address, this address is used to forward mails to
        - Enabled or disable or disable mail forwardind
        
        TODO
        ====
        
        - Add to, cc and bcc in forwarded mail
        
        Contributors
        ============
        - Pawel Lewicki <lewicki@gw20e.com>
        - Kim Chee Leong <leong@gw20e.com>
        
        Changelog
        =========
        
        1.0 (2013-03-08)
        ----------------
        - Initial release
        
        
        
Platform: UNKNOWN
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
