collective.local.sendto
- Warning
- This product has not had a release in over 1 year and may no longer be maintained.
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.
Project Description
Introduction
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.
COMPATIBILITY
Plone 4.0, Plone 4.1 Wisywig behaviour needs Products.TinyMCE >= 1.0
Changelog
1.0.0 (2011-04-06)
- Initial release. [thomasdesvenain]
Current Release
collective.local.sendto 1.0.0
Released Apr 06, 2011 — tested with Plone 4
Initial release
More about this release…
-
Get
collective.local.sendto
for
all platforms
- collective.local.sendto-1.0.0.zip
- If you are using Plone 3.2 or higher, you probably want to install this product with buildout. See our tutorial on installing add-on products with buildout for more information.
All Releases
| Version | Released | Description | Compatibility | Licenses | Status |
|---|---|---|---|---|---|
| 1.0.0 | Apr 06, 2011 | Initial release More about this release… |
Plone 4
|
GPL | final |

