I want to write like a newslatter, i currently have 120 users and want to message them all at once, how can i do it the easiest way? I just need the email.
We have a Subscription Provider for Umbraco Members but not for the Users.
Memers = Site members
Users = Back office users
If you need to send to all your back office users that's no problem but you will have to either create some kind of export script that exports you users and then import them to a mailing list in Newsletter Studio - or you can create you own subscription provider that talks directlly to the Users API in Umbraco.
Get all umbraco user email address
I want to write like a newslatter, i currently have 120 users and want to message them all at once, how can i do it the easiest way? I just need the email.
Hi!
We have a Subscription Provider for Umbraco Members but not for the Users.
Memers = Site members Users = Back office users
If you need to send to all your back office users that's no problem but you will have to either create some kind of export script that exports you users and then import them to a mailing list in Newsletter Studio - or you can create you own subscription provider that talks directlly to the Users API in Umbraco.
Have a look here to get a some examples of how to do this: https://github.com/enkelmedia/NewsletterStudioContrib/tree/master/Newsletter%20Studio%20V2/NewsletterStudioContrib/SubscriptionProviders
is working on a reply...