Send message to all the registerd users

How can administrator send message to all the registered users?

That is a fair issue we need to talk about.

You need to fetch all the email addresses, and send them an email.

The “all-in-one” command is sudo yunohost user list | grep mail: | awk '{ print $2 }'

1 Like