Opened 16 years ago
Closed 16 years ago
#3514 closed enhancement (worksforme)
EMail-Notifications for Comments
Reported by: | Owned by: | osimons | |
---|---|---|---|
Priority: | normal | Component: | FullBlogPlugin |
Severity: | normal | Keywords: | comments notification |
Cc: | Trac Release: | 0.11 |
Description
I think it would be a nice to have an optional EMail notification whenever a comment is postet. The recipient should be the original poster of the blog entry.
I am not sure if this is already possible via 3rd-party plugins
Attachments (4)
Change History (8)
Changed 16 years ago by
Attachment: | notification.py added |
---|
Changed 16 years ago by
Attachment: | notifier.py added |
---|
Changed 16 years ago by
Attachment: | blog_notifier_email_template.txt added |
---|
Changed 16 years ago by
Attachment: | setup.py.diff added |
---|
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Looks good! Haven't tried it, but that is why I added the Listener interface. Why don't you just package this as a separate plugin here on trac-hacks.org? It will just have FullBlogPlugin as a dependency, but is fully self-contained as I can see.
That way those that want this feature can just install your plugin to get the feature working. I can then also add information my main docs linking to 'third-party' plugins that adds extended features. That would be really nice.
comment:3 Changed 16 years ago by
Hi
I have taken the patches in this bug as a base, and released a plugin at http://trac-hacks.org/wiki/FullBlogNotificationPlugin
comment:4 Changed 16 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Nice! Thanks for the generally useful addition to my plugin! The official line is now: Look to FullBlogNotificationPlugin for notifications - it won't be part of FullBlogPlugin itself.
Hi,
Regards.