I have an Umbraco 4.7 site with uBlogsy installed and would like to add the functionality of users of the site being able to sign up and subscribe to receiving email notifications of new posts added to the blog. Does anyone know of a package add-on or have a solution as to how this can be implemented?
You could create a form that would save users names/emails/etc into a database. Then create an event handler so that whenever a uBlogsy page is published, email it to the users in your database
Subscribe to uBlogsy blog posts
I have an Umbraco 4.7 site with uBlogsy installed and would like to add the functionality of users of the site being able to sign up and subscribe to receiving email notifications of new posts added to the blog. Does anyone know of a package add-on or have a solution as to how this can be implemented?
Thanks
Hi,
You might want to checkout the Rss to email functionality of Mailchimp http://mailchimp.com/features/rss-to-email/
Cheers,
Richard
You could create a form that would save users names/emails/etc into a database. Then create an event handler so that whenever a uBlogsy page is published, email it to the users in your database
is working on a reply...