ftw.notification.email is an extension for ftw.notification.base providing email notification after editing a content.
See ftw.notification.base for further details.
Usage
- Add ``ftw.notification.email`` to your buildout configuration:
[instance]
eggs +=
ftw.notification.email
- Install the generic setup profile of the package.
Product's homepage
Requirements:
· Python
· Plone CMS
What's New in This Release: [ read full changelog ]
· Fix bug which caused notification to be sent to "None" if there is no CC recipient selected. [jone]