How to send an email to all active users?

Hello,

Is there a way to send an email to all active users ?
Or is it possible to export all active users (emails address) ?

Thanks,
Julien

I would assume that the announcement center app might be a possible way to go, without the requirement to use email for the communication.

Thanks for the tip. But I would like to send an email because it is to remind users that they have an account. Some of them didn’t receive their logins when we created them an account, I want to suggest them to use the lost password link, if necessary.

On the command line you can use “occ user:list” to get a list of existing users and by executing “occ user:info <username>” you can get the user details, including the email address.

1 Like

Announcement center also allows you to send an announcement via e-mail.

1 Like

How? I don’t see this option in the announcement…