Is it possible to send out newsletters to a list of receivers which does not exist within the newsletter studio component, but is purely code generated?
I.e. somewhere in code a list is calculated resulting in names and email-adresses of receipients of the particular newsletter. Alternatively, is it possible to programatically generate/update existing mailing lists?
I think that what you are looking for is a custom Subscription Provider. It's a simple class that will expose one or more custom mailing lists to the user, this list can be pulled from where ever. Look at the documentation found here: http://our.umbraco.org/projects/backoffice-extensions/newsletter-studio
Manually sending to custom receivers
Is it possible to send out newsletters to a list of receivers which does not exist within the newsletter studio component, but is purely code generated?
I.e. somewhere in code a list is calculated resulting in names and email-adresses of receipients of the particular newsletter. Alternatively, is it possible to programatically generate/update existing mailing lists?
Regards,
Per
Hi Per!
Thanks for looking at the package!
I think that what you are looking for is a custom Subscription Provider. It's a simple class that will expose one or more custom mailing lists to the user, this list can be pulled from where ever. Look at the documentation found here: http://our.umbraco.org/projects/backoffice-extensions/newsletter-studio
And at the sample providers in the contrib-project@ GitHub: https://github.com/enkelmedia/NewsletterStudioContrib/tree/master/NewsletterStudioContrib/SubscriptionProviders
Please let me know if this is what you are looking for?
Thanks for your reply, Markus. It looks like just the thing I was searching for.
Great news! Let me know if you need anything else!
is working on a reply...