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.
After upgrading Moodle to version 3.6 or 3.7, Quickmail V1 stopped working.
I get the error message "There are no users you are capable of emailing."
I modified /blocks/quickmail/js/selection.js line 53
return $("#mform1").submit(function() {
Changed "#mform1" to ".mform", like
return $(".mform").submit(function() {
Now Quickmail V1 Can support Moodle 3.6 and 3.7
Excuse my english and thanks for your work!.
I'm trying to troubleshoot Quickmail and consistenly run into the following error->
Notice: Undefined property: stdClass::$id in wwwroot\moodle\lib\moodlelib.php on line 6176
^seams to repeat once per email it tries to send
The following pops up occasionally->
Warning: count(): Parameter must be an array or an object that implements Countable in wwwroot\moodle\blocks\quickmail\classes\message.php on line 119
Warning: count(): Parameter must be an array or an object that implements Countable in wwwroot\moodle\blocks\quickmail\classes\message.php on line 123
^repeats once.
At first I thought it was because I was trying to message a ton of people at once, but I got the above errors when I tried to email myself. Some of the emails get through, and the ones that do receive it get it consistently. The warning indicates that some value isn't populated. How do I tell what's missing, and how do I fix it?
Yes Quickmail works well under Moodle 3.6.
The problem is that we're all about to move to Moodle 3.7, if not already done!
Moodle is evolving too fast.
Sincerely Daniel
John Collins
after upgrading Moodle to version 3.7, Quickmail stopped working.
I get the error message "There are no users you are capable of emailing."
Are you going to test the plugin on 3.7 soon?
best regards Manolis.
Thanks for sharing this plugin, keep up the good work.
I am also in 3.6 and my students can send a message to the instructor.
Look at your plugin configuration