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.
- quickmail / config_qm_form.php - line 57
$ options = array (
0 => get_string ('none'),
'idnumber' => get_string ('idnumber'),
'shortname' => get_string ('shortname'),
'fullname' => get_string ('fullname')
);
- quickmail / settings.php - line 68
$ options = array (
0 => get_string ('none'),
'idnumber' => get_string ('idnumber'),
'shortname' => get_string ('shortname'),
'fullname' => get_string ('fullname')
);
Thank you very much.
Best regards.
Verónica.
Chad
All the best,
Christian
Chad
On the admin_email side, I can't really think of a better way of dealing with it since it is Moodle core selection.
Chad
That error is thrown only if you have not selected any recipient users (or have not entered any "additional emails" to receive either).
When are you getting this message? Are you sure that you've actually added the recipients to be emailed through the main email form?
Chad