You are here: Home Plone products collective.local.sendto

collective.local.sendto (1.0.0)

1
by Olha Pelishok last modified 2011-04-14
0.0
0.0
0.0
0.0
Released on 2011-04-06 by Thomas Desvenain for Plone 4.0, Plone 4.1 under GPL - GNU General Public License available for All platforms.
Software development stage: stable
Adds a 'Mailing' tab to selected content types that allows to select users that have a role on the content and send them a wysiwyg composed email. By Ecreall.
collective.local.sendto

Provides a "Mailing" tab on selected content types. It provides a 'send email' form where you can select recipients from the list of members having a local role on the content.

Content types have just to implement ISendToAvailable.

In your policy product :

  • Add 'collective.local.sendto' to the 'install_requires' parameter of setup.py

  • Add to the configure.zcml:

    <include package="collective.local.sendto" />
    <class class="my.package.content.MyContent.MyContent">
    <implements interface="collective.local.sendto.interfaces.ISendToAvailable" />
    </class>

Roles whose you can select users as recipients are set by a site property : sendToRecipientRoles.

Document Actions
Powered by Plone