Is it possible to send a newsletter to ALL Umbraco members, even those who have unsubscribed?
We are considering using Newsletter Studio, but would also want the ability to send "system status" or other notification messages to members even if they had unsubscribed.
The built in subscription provider will respect the "unsubscribe"-property of all members but it would be a trivial task to create your own that ie. have one choice to force sending to all members.
One thing to notice is that the provider will not generate a new mailing list in the application tree, it will only add new options to the dropdown lists when sending the newsletter.
Where will the custom provider appear in the dropdown? Under "Newsletter Studio Subscriptions" or "Umbraco Members" or somewhere else?
Send to unsubscribed Umbraco Members
Is it possible to send a newsletter to ALL Umbraco members, even those who have unsubscribed?
We are considering using Newsletter Studio, but would also want the ability to send "system status" or other notification messages to members even if they had unsubscribed.
Hi!
The built in subscription provider will respect the "unsubscribe"-property of all members but it would be a trivial task to create your own that ie. have one choice to force sending to all members.
Heres some documentation: http://support.newsletterstudio.org/customer/en/portal/articles/1052901-subscription-providers
And here is the source code for the current provider: https://gist.github.com/enkelmedia/db535fdc3dffc2b55b9fbd249f127c27
Hi Marcus,
the documentation page says:
Where will the custom provider appear in the dropdown? Under "Newsletter Studio Subscriptions" or "Umbraco Members" or somewhere else?
A new provider will show up as a new headline :)
is working on a reply...