I need the ability to send to Umbraco members based on their assigned member group(s). I assume I need to create a custom subscription provider or that?
Currently there are about 10 member groups - can I create a provider that accepts a list of groups? If so, how can I give the ability to choose the member groups when sending the newsletter? Or would I have to create 10 different custom subscription providers?
The built in members provider works like you are describing here. It lists all members groups and let's you select the groups you want to send the newsletter to using checkboxes.
Custom subscription provider
I need the ability to send to Umbraco members based on their assigned member group(s). I assume I need to create a custom subscription provider or that?
Currently there are about 10 member groups - can I create a provider that accepts a list of groups? If so, how can I give the ability to choose the member groups when sending the newsletter? Or would I have to create 10 different custom subscription providers?
I have seen the examples on GitHub.
Hi!
The built in members provider works like you are describing here. It lists all members groups and let's you select the groups you want to send the newsletter to using checkboxes.
Did you try it?
// m
Ah! I thought it listed member types, rather than member groups - that's all good then!
is working on a reply...