Metadata-Version: 1.1
Name: collective.groupmail
Version: 1.0.1
Summary: Send feedback email to groups in Plone
Home-page: http://svn.plone.org/svn/collective/
Author: Lennart Regebro
Author-email: regebro@gmail.com
License: gpl
Description: Introduction
        ============
        
        collective.groupmail is a way to send an email to all users in the group. It
        overrides the Member search (in the Users folder) to also return groups, and
        adds the group details view so that it contains the same type of contact form
        that the user overview does. This enables you to send an email to the whole
        group.
        
        If the group has a configured email-address, that adress will be used. If
        not, each member will have their email address looked up, and the email sent
        to that member. 
        
        Separate emails are sent, so that the reply will go only to the sender and
        not to everyone. If you want it to go to everyone, you need to set up a
        mailing list, and add the address of that list to the group properties.
        
        
        Installation
        ============
        
        Add collective.groupmail to the eggs= list in your buildout. Re-run buildout,
        restart the server. All sites in the server will get this functionality. In
        the future it is planned to add a layer so that you need to install the
        product, but because of lack of time this will wait to a future release.
        
        
        License
        =======
        
        GPL, see docs/LICENSE.GPL
        
        Contributors
        ============
        
        - Lennart Regebro, regebro@gmail.com
        
        Changelog
        =========
        
        1.0.1 (2013-06-25)
        ------------------
        
        - Re-release.
        
        
        1.0 (2013-06-25)
        ----------------
        
        - List group members on group contact page.
        
        
        1.0a3 (2012-09-23)
        ------------------
        
        - Use a separate view to view groups, that only requires the "View Groups" permission. [regebro]
        
        
        1.0a2 (2012-09-21)
        ------------------
        
        - First release to Cheeseshop. [regebro]
        
        
        1.0a1 (2012-09-21)
        ------------------
        
        - Initial release. [regebro]
        
        
Keywords: plone group email
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.6
Classifier: Framework :: Plone :: 4.1
