Patch for Singing and Dancing that allows sending mails to plone members too.
Project description
Introduction
This is an ugly hack to patch the Singing and Dancing newsletter product for Plone. With this patch all members of your Plone Site are automatically subscribed to all newsletters.
Note that this seems to affect the search negatively: searching for currently subscribed addresses does not work anymore.
Note that version 1.1 is a bit less hacky than 1.0, as in 1.1 we no longer need an own PloneMemberSubscriptions class, but only a runtime patch.
Changelog
1.1 (2010-05-12)
Refactored so we no longer need an own PloneMemberSubscriptions class and a patch for the Channel, but only a patch for the Subscriptions class. We keep the PloneMemberSubscriptions class for backwards compatibility. [maurits]
1.0 (2010-05-07)
Patched Channel.__init__ so it uses our custom Subscription implementation that takes into account plone members. [maurits+vincent]
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.