Quickmail is a Moodle block that provides selective, bulk emailing within courses.
- Multiple attachments
- Drafts
- Signatures
- Filter by Role
- Filter by Groups
- Optionally allow Students to email people within their group.
- Alternate sending email
- Embed images and other content in emails and signatures
Quickmail supports multiple attachments by zipping up a Moodle filearea, and
sending it along to email_to_user
.
- Quickmail assumes that
$CFG->tempdir
is in$CFG->dataroot
. This limitation exists because Quickmail usesemail_to_user
. - Make sure your email service supports zip's, otherwise they will be filtered.
Note: There are future plans to have Quickmail piggyback on 2.x internal messaging, which will provide a lot of implicit benefits as well as the negation of sending archives as attachments.
Visit Quickmail's Github page to either download a package or clone the git repository.
Quickmail should be installed like any other block. See the Moodle Docs page on block installation.
Contributions of any form are welcome. Github pull requests are preferred.
File any bugs, improvements, or feature requiests in our issue tracker.
Quickmail adopts the same license that Moodle does.