Moodle plugins directory: Mail | Moodle.org
General plugins (Local) ::: local_mail
Maintained by
Albert Gasset,
Marc Català
Webmail-like messaging
Latest release:
3097 sites
752 downloads
70 fans
Current versions available: 6
This plugin allows users to send messages to each other, using an interface and features similar to webmail clients. Messages are tied to courses, users can only contact other participants in courses they are enrolled. Reading/sending of messages is done through a new item in the navigation block called "My Mail".
Useful links
Contributors
Albert Gasset (Lead maintainer)
Marc Català
Manuel Cagigas Lago
Please login to view contributors details and/or to contact them
For the feature you request, it's doable but we have to think about it. I hope next year Mail will be updated and some of your new features requests could be added.
Mail has the capability "local/mail:usemail" that allows to enable or disable the use of Mail in any course.
Cheers
It's not possible to restrict adding users only to CC.
In case students are not allowed to view other profiles you have to set capability "moodle/user:viewdetails" to Not set.
Cheers
Gracias por el plugin, es muy útil.
La única cosa que echamos de menos, y quería saber si es posible, es que cuando se envíe un email a través del plugin envíe una copia del email o una notificación al correo personal del alumno. ¿Es posible?
El problema que tenemos es que solo son conscientes de la recepción de los emails cuando entran en la plataforma, por lo que no podemos utilizarlo para muchas cosas.
Muchas gracias!!
Mail utiliza las notificaciones de Moodle, por lo que cada usuario puede configurar en sus preferencias dónde quiere recibirlas.
En las «Preferencias de notificación» tenéis la sección «Correo» y la opción «Notificación de correo recibido», allí cada usuario ha de marcar que quiere recibir las notificaciones al «Email».
Saludos
Thank you for this amazing feature. I have a question. Is this plugin compatible to use in the Moodle Mobile App?
Thank you
Gracias por su trabajo en este plugin. Quisiera preguntarles si es compatible para usar en la aplicación movil de Moodle.
Muchas gracias.
Actualmente no es compatible con la aplicación móvil, pero puede haber sorpresas para este mismo año.
Saludos
THIS PLUGIN IS VULNERABLE TO XSS ATTACK..
I uploaded a fixed version in my github and gitlab:
TorrijaConLeche/moodle-local_mail_fixedXSS
Instead of raising a warning about the plugin, please provide detailed steps to reproduce the bug if you think there is a bug.
As I explained in the response to your pull requests, there's is no XSS vulnerability: the content is sanitized by Moodle before displaying it.
I urge you to learn about Moodle programming if you want to contribute to Moodle core or plugins: https://moodledev.io/
Albert
Saludos
Martha
Instalei o plugin, mas obtive este erro, podem ajudar?
Foi detetado o seguinte erro de programação que deve ser corrigido por um programador: Url parameters values can not be objects, unless __toString() is defined!
after updating to the latest version of local_mail, moodle 4.3+ .. I have this error::
Debug info: ERROR: column m.attachments does not exist
LINE 1: ...m.id, m.courseid, m.subject, m.content, m.format, m.attachme...
^
SELECT m.id, m.courseid, m.subject, m.content, m.format, m.attachments, m.draft, m.time, c.shortname, c.fullname, c.groupmode FROM mdl_local_mail_messages m JOIN mdl_course c ON c.id = m.courseid AND m.courseid IN (9204) WHERE m.id IN (770683)
[array (
)]
Error code: dmlreadexception