Umbraco has Notification support in the back office, and we'd like to be able to use this to allow our members to receive emails when new blog entries are added to our announcement blog.
However it appears to me that it only works for backoffice users, not front end Members...
Is this accurate? Will I have to roll my own using the ContentService.Saving event?
Membership Notifications
Umbraco has Notification support in the back office, and we'd like to be able to use this to allow our members to receive emails when new blog entries are added to our announcement blog.
However it appears to me that it only works for backoffice users, not front end Members...
Is this accurate? Will I have to roll my own using the ContentService.Saving event?
Hi,
You are correct, but I would sent the e-mail in the Published event. That way you are sure the members only get notifications about published posts.
Dave
is working on a reply...