| | 1 | = Email Notifications for FullBlogPlugin using AnnouncerPlugin = |
| | 2 | |
| | 3 | == Description == |
| | 4 | |
| | 5 | This plugin uses the blog change interface in FullBlogPlugin to send out email announcements, using the AnnouncerPlugin, for: |
| | 6 | |
| | 7 | * new blog posts |
| | 8 | * updated blog posts |
| | 9 | * comment added |
| | 10 | * deletion of blog posts |
| | 11 | |
| | 12 | 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. |
| | 13 | |
| | 14 | See also: FullBlogNotificationPlugin |
| | 15 | |
| | 16 | == Example == |
| | 17 | |
| | 18 | Using the ini options available below you can set the default setting for author announcements. |
| | 19 | |
| | 20 | {{{ |
| | 21 | [fullblog-announcement] |
| | 22 | always_notify_author = enabled |
| | 23 | blog_email_subject = Blog: ${blog.name} ${action} |
| | 24 | }}} |
| | 25 | |
| | 26 | == Recent Changes == |
| | 27 | |
| | 28 | [[ChangeLog(announcerplugin/trunk/announcer/opt/fullblog, 3)]] |