Note: You are currently viewing documentation for Moodle 3.4. Up-to-date documentation for the latest stable version of Moodle is likely available here: Messaging FAQ.

Messaging FAQ: Difference between revisions

From MoodleDocs
(Why are email copies of Moodle messages being sent to a different email address?)
(How can messaging be restricted? alternative solution)
Line 1: Line 1:
{{stub}}{{Messaging}}==How can admins view student messages?==
{{stub}}{{Messaging}}
==How can admins view student messages?==


See the Using Moodle discussion [http://moodle.org/mod/forum/discuss.php?d=58977 How can I see student messages?].
See the Using Moodle discussion [http://moodle.org/mod/forum/discuss.php?d=58977 How can I see student messages?].


==How can messaging be restricted to teachers only?==
==How can messaging be restricted?==


To limit messaging to specific users, you can change the site:sendmessage capability for the [[Authenticated user role|authenticated user role]] from allow to not set, then create a new role with site:sendmessage allowed and assign this to selected users in the system context. See the [[Blogger role]] for a similar case, where blogging is limited to specific users.  
To limit messaging to specific users, you can change the site:sendmessage capability for the [[Authenticated user role|authenticated user role]] from allow to not set, then create a new role with site:sendmessage allowed and assign this to selected users in the system context. See the [[Blogger role]] for a similar case, where blogging is limited to specific users.
 
Alternatively, you could create a "Cannot send messages" role with site:sendmessage set to 'prohibit' and then assign this role in the system context to anyone using messaging inappropriately.  


==Why are email copies of Moodle messages being sent to a different email address?==
==Why are email copies of Moodle messages being sent to a different email address?==

Revision as of 09:24, 29 September 2008

How can admins view student messages?

See the Using Moodle discussion How can I see student messages?.

How can messaging be restricted?

To limit messaging to specific users, you can change the site:sendmessage capability for the authenticated user role from allow to not set, then create a new role with site:sendmessage allowed and assign this to selected users in the system context. See the Blogger role for a similar case, where blogging is limited to specific users.

Alternatively, you could create a "Cannot send messages" role with site:sendmessage set to 'prohibit' and then assign this role in the system context to anyone using messaging inappropriately.

Why are email copies of Moodle messages being sent to a different email address?

Email copies of forum posts (and other Moodle-generated emails) are sent to the email address specified in users' profiles. Email copies of Moodle messages are sent to the email address specified in the message settings (accessed via the settings tab in the messaging window).

See also