Contents
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
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
[12350] by rjollos on 11/15/12 00:04:43
Refs #10584: Reverse merge incorrect commit in [12349].
[12349] by rjollos on 11/14/12 23:56:32
Refs #10584: Renamed announcer/tests/formatter.py to announcer\tests\formatters.py, so that the test module name agrees with the name of the module under test.
[12189] by hasienda on 10/17/12 21:39:05
TracAnnouncer: Code clean-up regarding license statements, refs #10483.
We don't even need a second license file copy called LICENSE.
[9235] by doki_pen on 10/01/10 15:39:41
Fixes issues with authenticated mapping

