Email Notifications for FullBlogPlugin using AnnouncerPlugin
Description
This plugin uses the blog change interface in FullBlogPlugin to send out email announcements, using the AnnouncerPlugin, for:
- new blog posts
- updated blog posts
- comment added
- deletion of blog posts
Email announcements are sent to the user who made the change. Notifications can also be sent to other users or a distribution list by specifying user preferences.
See also: FullBlogNotificationPlugin
Bugs/Feature Requests
Existing bugs and feature requests for FullBlogAnnouncementsPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out FullBlogAnnouncementsPlugin from here using Subversion, or browse the source with Trac.
Example
Using the ini options available below you can set the default setting for author announcements.
[fullblog-announcement]
always_notify_author = enabled
blog_email_subject = Blog: ${blog.name} ${action}
Recent Changes
[7598] by doki_pen on 02/15/10 15:36:49
adds trunk branch to follow announcerplugin/trunk
[7597] by doki_pen on 02/15/10 14:26:35
adds unimplemented ITemplate provider method
fixes #6629
[7281] by doki_pen on 12/18/09 20:33:30
Add subject to fullblog notifications.
Fixes #6346
[7202] by doki_pen on 11/30/09 05:56:14
Merge branch 'master' into 0.11

