Sending a message to all users

Sending a message to all users

by Elias Nord -
Number of replies: 2

Hi. Is there a simple way to implement 'send message' to users in a list? I prefer to use moodle internal message composer  to send on  selected users. Can someone point me where to start?

Average of ratings: -
In reply to Elias Nord

Re: Sending a message to all users

by Mihir J -

You can check in site-admin -> user->  bulk user action. In that page there is dropdown of choice to send message by selecting set of users.


/admin/user/user_bulk.php


Thanks!

Mihir

Average of ratings: Useful (1)
In reply to Mihir J

Re: Sending a message to all users

by Elias Nord -

Thanks for help, since i am going to hardcode. I would like to know how i can add participants to action_redir.php or messageselect.php. In the form (/report/participation/index.php) particpant is selected by checkbox.

Is javascript making those recipient sessions ? or did i miss something with php.  

Anybody who knows this thanks a lot.