You are here: Home / LBN / Up2date / Plone and Zope / BastionLinux 25 / collective.local.sendto-1.6.1-1.lbn25.noarch

collective.local.sendto-1.6.1-1.lbn25.noarch

Package Attributes
RPM  collective.local.sendto-1.6.1-1.lbn25.noarch.rpm Architecture  noarch Size  78911 Created  2023/06/18 04:03:37 UTC
Package Specification
Summary 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.
Group Application/Internet
License ZPL
Home Page https://pypi.python.org/packages/source/c/collective.local.sendto/collective.local.sendto-1.6.1.zip
Description

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.

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(FileDigests)  
/bin/sh  
rpmlib(CompressedFileNames)  
rpmlib(PartialHardlinkSets)  
rpmlib(PayloadIsXz)  
Provides
collective.local.sendto
python2.7dist(collective.local.sendto)
python2dist(collective.local.sendto)

Document Actions