Sending e-mail to all registered users

Posted by Community Admin on 03-Aug-2018 13:00

Sending e-mail to all registered users

All Replies

Posted by Community Admin on 16-Aug-2012 00:00

I cannot find documentation on how to create a smart mailing list to send e-mail to all active users and users by role.  Can you provide information?  Also, how can I export a list of users and e-mail addresses?
Thanks.

Posted by Community Admin on 19-Sep-2013 00:00

I would love to know if there is a way to do this as well.  Thank you.

Posted by Community Admin on 19-Sep-2013 00:00

Are we talking about Sitefinity backend Users, or Campaign Users?
I'm almost sure there is no built-in method to export the Sitefinity backend Users to e.g. Excel or CSV files.

Also, to email Users, you would probably have to create a method yourself.
You could do this via the API. If you need help, let me know.

Kind regards,
Daniel

Posted by Community Admin on 20-Sep-2013 00:00

Hello,

Thank you contacting Telerik support.

In order to export Sitefinity users, you can use the UsersManager and RoleManager.
You can look at the documentation for more information here:
www.sitefinity.com/.../users
www.sitefinity.com/.../roles

You can make a service that export the users filtered by the desired criteria. You can include also DateCreated and DateModified so you can export only new and modified users in future exports.
You can then use the e-mail campaigns and import the generated csv and setup the mail sending to these users.

Let me know if I can assist you further.

Regards,
Yavor Slavchev
Telerik

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed