ChangeNotification
The ChangeNotifications product is a Zope plug-in product that work with
existing Zope objects. Users can subscribe to a folder, and they will
get notified by email of all changed objects under the folder. The system
scans at fixed intervals, so all changes are bundled into one email.
Users can subscribe to the newsletter by filling out the mail and the
mail format from a form linked from every page of the website. Once the
user subscribes, he/she receives an e-mail with:
- a link to a page that activates the account
- a link to an unsubscribe page
- his/hers own profile page
Requirements
- a working SMTP server that does not require authentication
- python 2.1 or higher
- Zope version 2.5.0 beta 4 or higher!
- XronDTMLMethod installed (OPTIONAL!!!) if you don't want to use a native OS scheduler.