Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install collective.local.sendto

How to install collective.local.sendto

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install collective.local.sendto
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
1.0.0
1.4Never BuiltWhy not?
1.0.0 Available View build log
Windows (64-bit)
1.0.0
1.4Never BuiltWhy not?
1.0.0 Available View build log
Mac OS X (10.5+)
1.4 Available View build log
1.0.0 Available View build log
Linux (32-bit)
1.4 Available View build log
1.0.0 Available View build log
Linux (64-bit)
1.4 Available View build log
1.0.0 Available View build log
 
License
GPL
Lastest release
version 1.4 on Jul 20th, 2013

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, or, if they are dexterity type, to enable the behavior "Send mail tab".

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 behavior needs Products.TinyMCE >= 1.0

Changelog

1.4 (2013-07-18)
  • uses the same algorithm from collective.local.userlisting to get members with roles. [thomasdesvenain]
  • i18n fixes. [thomasdesvenain]
  • Fix sendto action permission. [thomasdesvenain]
  • Plone 4.3 jQuery compatibility. [thomasdesvenain]
  • Remove Controller Page Templates, use views. [thomasdesvenain]
  • We can include images in sent email. [thomasdesvenain]
1.3 (2013-04-24)
  • Use png icon (Plone 4.3 compatibility). [thomasdesvenain]
  • Now we have a dexterity behavior. [thomasdesvenain]
1.2 (2013-02-13)
  • Set a default subject. Link towards the document is now explicit in a default body. [thomasdesvenain]
  • Link to 'view' for typeActionViewInListing types. [thomasdesvenain]
1.1.1 (2012-12-05)
  • Fix: works with C security implementation. [thomasdesvenain]
1.1 (2012-12-05)
  • Danish translation. [tmog]
  • Use global roles. [thomasdesvenain]
  • Filter roles on those which can view content. [thomasdesvenain]
1.0.0 (2011-04-06)
  • Initial release. [thomasdesvenain]

Subscribe to package updates

Last updated Jul 20th, 2013

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.