= 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 in the `smtp_always_cc` option. It will probably require >= python 2.5 == Bugs/Feature Requests == Existing bugs and feature requests for FullBlogNotificationPlugin are [report:9?COMPONENT=FullBlogNotificationPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=FullBlogNotificationPlugin&owner=trickie new ticket]. == Download == Download the zipped source from [download:fullblognotificationplugin here]. == Source == You can check out FullBlogNotificationPlugin from [http://trac-hacks.org/svn/fullblognotificationplugin here] using Subversion, or [source:fullblognotificationplugin browse the source] with Trac. == Example == Using the ini options available below you can get notifications of blog changes: {{{ [fullblog-notification] from_email = trac+blog@localhost; from_name = None smtp_always_cc = [] subject_template = $prefix $blog.title $action; always_notify_author = False }}} == Recent Changes == [[ChangeLog(fullblognotificationplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:trickie] [[BR]] '''Contributors:'''