Quickmail
Maintained by
Robert Russo, David Lowe
A block that provides selective, bulk emailing within courses. Developed by LSU.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
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
clampmail-master.zip on Github
Or lsu-block_quickmail-LSU_37_GRADEBOOK.zip
I translated the new plugin (Git) into French.
I transfer the local_fr file to who?
Daniel
//github.com/CLAMP-IT/clampmail
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
Can modify /blocks/quickmail/js/selection.js line 53
return $("#mform1").submit(function() {
=> return $(".mform").submit(function() {
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
Do you have plans to release v2 of the plugin for >= Moodle v3.7 on the Moodle plugins repository?
Regards