Contents
Email Notifications for FullBlogPlugin
Description
This plugin uses the blog change interface in FullBlogPlugin to send out email notifications for:
- new blog posts
- updated blog posts
- comment added
- deletion of blog posts
Email notifications are sent to the user who made the change. Notifications can also be sent to other users or a distribution list by specifying the smtp_always_cc option.
If you are using the AnnouncerPlugin, you should use the associated FullBlogAnnouncementsPlugin rather than the FullBlogNotificationPlugin.
Bugs/Feature Requests
Existing bugs and feature requests for FullBlogNotificationPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out FullBlogNotificationPlugin from here using Subversion, or browse the source with Trac.
Example
You should first configure Trac to send notifications. For details see t:TracNotification.
Once Trac is configured to send notifications, using the trac.ini options available below you can get notifications of blog changes:
[fullblog-notification] always_notify_author = False from_email = trac+blog@localhost from_name = None notification_actions = post_created, post_updated, post_comment_added, post_deleted smtp_always_cc = [] subject_template = $prefix $blog.title ($action)
Recent Changes
[7463] by rjollos on 01/24/10 23:27:51
Forgot to include a change to init in [7462]
[7462] by rjollos on 01/24/10 23:09:40
Minor refactoring. Added comment for new option added in [7458]
[7461] by rjollos on 01/24/10 22:57:06
Adding so that revision info is appended to Plugin on Admin page
[7459] by rjollos on 01/24/10 21:56:16
Improve formatting of subject line. Fixes #6006

