Mail icon

Mail

Maintained by Marc Català, Albert Gasset
Internal course messaging with a webmail-like interface
Price option: Free

Supports Moodle 2.3-5.2 See all versions
Latest release: 2 months ago
Installations: 3837
Downloads (last 90 days): 712

Frankenstyle name: local_mail
Local plugins

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

Bonjour,
Thanks for french translation. I already used Mail in french with those words we usually find in mail softwares : "Ecrire ; Boîte de réception ; Favoris ; Brouillons ; Boîte d'envoi ; Par cours ; Corbeille ; Préférences". Have a nice day.
Hi József,
You're not the first person asking to hide Attachment section, I've decided add this functionality to Mail.
I'm working on it, there will be a new release soon ;)
Cheers,
Marc
Hola Marc smile
Thank you for your answer, but it's "half" solution for me. The users can't attaching files (it's ok), but they seeing this option.
Can I hide a "Attachment" section from users?
Hi József,
You can disable attachments using mail configuration:
Go to 'Administrator' > 'Plugins' > 'Local plugins' > 'Mail' and set 'Maximum number of attachments' to 0
Cheers,
Marc
Hi smile
I have a simple question/problem. Please help me, how can I disable the attachment ? What are (and where) the PHP codes what need to change or modify?
Thanks and regards
Somogyi J.
Hola Alex,
Esta petición ya me la han hecho anteriormente y la tengo pendiente.
Si lo quieres hacer tu, mírate el fichero recipientsform.php y la función recipientsform, aquí es dónde se genera la lista desplegable con todos los roles. Primero detecta si el usuario es un alumno y luego en la variable que guarda los roles ($options) solo cargas el rol profesor.
Marc
Hi Charlotte,
Yes, you can redirect to inbox modifying compose.php file.
Change line 121
from
params = array('t' => 'course', 'c' => $message->course()->id);
to
$params = array('t' => 'inbox');
Marc
Hola Marc.
Me interesa que los alumnos no puedan enviarse mensajes entre ellos, ¿existe la posibilidad de que solo aparezcan los profesores al elegir los destinatarios? ¿Qué archivos debería de modificar?
Un saludo y gracias por tu trabajo.
Alex Ferrer.
Hi,
We would like to use your plugin but, when users compose a message, they are unaccustomed to be redirected to a page where mails are mixed (draft, inbox, outbox...).
So, in compose.php (when send message), instead of redirect to course box :
http://xxx/local/mail/view.php?t=course&c=18
Is it possible to redirect to inbox (like in general) ?
http://xxx/local/mail/view.php?t=inbox
Thanks for your answer.
Charlotte Nicolas
Hi Mehmet,
To recieve the full message within mail notification, you've to enable 'My mail' > 'Preferences' > 'Full message' option
Dear My Mail Contributors,
I see that it sends notification email only with subject with the corresponding link.
Is there a way to put the description as well for email notifications?
Hola Tatiana,
La persona que quiera recibir el contenido de los mensajes que recibe, tiene que marcar la opción 'Mensaje completo' en 'Mi correo' > 'Preferencias'
Hola, intalé el plugin en moodle 2.9 y quiero saber por qué, apesar de tener configurado para el profesor la llegada de mensages completos sólo llega De: xxx y Asunto: xxxx.
Gracias.
Gracias por tu respuesta Marc
Efectivamente, abía modificado el archivo preferences.php:
$prefs = new stdClass;
$prefs->fullmessage = get_user_preferences('local_mail_fullmessage', 1);
$prefs->markasread = get_user_preferences('local_mail_markasread', 0);
Y al entrar en la base de datos, el parámetro local_mail_fullmessage tiene valor 1.
El problema es que la notificación de correo que llega al usuario a su cuenta de email personal solo contiene remitente y asunto:
De: Persona que envía el mensaje
Asunto: asunto del mensaje
Hola Manu,
Cuando dices que has modificado un archivo PHP, esa modificación que hace? marcar por defecto la opción de enviar el mensaje completo?, si es así no funcionará hasta que el usuario entre en las preferencias y las guarde.
Si quieres que todos los usuarios reciban el mensaje completo tendrás que guardar en la tabla user_preferences para cada usuario el parámetro local_mail_fullmessage con valor 1