Quickmail icon

Quickmail

Maintained by Robert Russo, David Lowe
A block that provides selective, bulk emailing within courses. Developed by LSU.
Price option: Free

Supports Moodle 2.1-4.5 See all versions
Latest release: 6 months ago
Installations: 3303
Downloads (last 90 days): 602

Frankenstyle name: block_quickmail
Blocks

Comments

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

Hi, I am unable to identify the section in which i can actually compose and send emails as an admin or a teacher. The plugin has been successfully installed and we are on version 3.9 but there is no space i see to actually send the email. Requesting assistance on the same
The following was suggested be Chien Wen-chang on Mon, Feb 17, 2020, 7:15 PM
I was to verify that is does fix Quickmail in Moodle version 3.8.4+
The error "There are no users you are capable of emailing." in Quickmail
Simply Modify /blocks/quickmail/js/selection.js at line 53
Change: return $("#mform1").submit(function() {
To: return $(".mform").submit(function() {
After you are done simply save and clear the server cache...then it works!
Brian
Hi there, I`m using lsuits/lsu-block_quickmail from github, which works great with moodle 3.8. Unfortunatly the git was archieved so I try my question here. Do you know how I can add customized "Supported user data fields" like [:password:] or so? Thanks
I'm using Moodle 3.7 -- When I send a QuickMail message from the Front Page, I see a textbox next to categories and I'm not sure what it's for. Would appreciate some insight. Image here: https://moodle.org/mod/forum/discuss.php?d=398335
Hi Joaquin,
clampmail-master.zip on Github
Or lsu-block_quickmail-LSU_37_GRADEBOOK.zip
Somebody knows something about compatible version for moodle 3.8?
Hi,
I translated the new plugin (Git) into French.
I transfer the local_fr file to who?
Daniel
The CLAMP version was forked a while back before the LSU Quickmail had created new features like being able to send course and user data using data injection in the body of the message. It would likely be best to look to see if another party could pickup the LSU version: //github.com/lsuits/lsu-block_quickmail
I found some new fork
//github.com/CLAMP-IT/clampmail
Hi,
I notice that the github repository has been archived. Is this plugin still maintained ?
If not maybe you should contact david@moodle.org to put it in the adoption program : https://moodle.org/mod/forum/discuss.php?d=260354
The error "There are no users you are capable of emailing." of Quickmail V1 on Moodle 3.8.1
Can modify /blocks/quickmail/js/selection.js line 53
return $("#mform1").submit(function() {
=> return $(".mform").submit(function() {
Have you checked the configuration settings of the plugin?
I got an error "There are no users you are capable of emailing." on Moodle 3.8.1, is there any updated version of Quickmail? Thanks.
Notice: Undefined property: stdClass::$username in /var/web/wwwroot/ws/lib/moodlelib.php
If anyone is seeing this warning....Please add this line of code
$fakeuser->username = $additional_email;
on line 347 after
$fakeuser->email = $additional_email;
Please note this is for the Quickmail V1 version plugin
Hi,
Do you have plans to release v2 of the plugin for >= Moodle v3.7 on the Moodle plugins repository?
Regards