How to send newsletter to Umbraco members based on their location...
We are using Umbraco version 6.1.6 and Newsletter Studio version 1.4.5.2.
We have a requirement to send out newsletter to Umbraco members based on their location. So what is the possible way to send out newsletter through Newsletter Studio for the above scenario? Kindly guide us.
Can you share any document or sample code for customizing the newsletter studio.
When you say "location" do you have this stored anywhere? If yes then you would be able to create a "Subscription Provider" that lists all the "Locations" and from this list select the recipients that matches the selection.
How to send newsletter to Umbraco members based on their location...
We are using Umbraco version 6.1.6 and Newsletter Studio version 1.4.5.2.
We have a requirement to send out newsletter to Umbraco members based on their location. So what is the possible way to send out newsletter through Newsletter Studio for the above scenario? Kindly guide us.
Can you share any document or sample code for customizing the newsletter studio.
Hi!
When you say "location" do you have this stored anywhere? If yes then you would be able to create a "Subscription Provider" that lists all the "Locations" and from this list select the recipients that matches the selection.
https://www.newsletterstudio.org/help/develop-with-newsletter-studio/subscription-providers/
There is also a some simple examples here: https://github.com/enkelmedia/NewsletterStudioContrib/tree/master/Newsletter%20Studio%20V2/NewsletterStudioContrib/SubscriptionProviders
is working on a reply...