Queues email sending from your site so that instead of being sent immediately it is sent on cron.

Useful for high traffic sites that can send a lot of emails on individual page requests.

Drupal 7

The Drupal 7 version supports sending with any email framework, i.e. it works perfectly with Mime Mail module or any other of framework that handles the actual sending of emails. It also uses a standard Drupal queue to do the queuing of emails. It requires at least Drupal 7.12.

Drupal 6

Queues any email sent from your Drupal site and then uses the Job queue module to send them via cron. Emailing only supports the PHP mail function.

Similar modules

Note that MailQ (only available for Drupal 6) is similar in goals, but implements the batching itself, rather than using the excellent Job Queue framework, and hence uses more resources and is more complex than Queue Mail.

Authors

Drupal 6

The Drupal 6 version of this module was written by: Khalid Baheyeldin of 2bits.com.

The author can also be contacted for paid customizations of this module as well as Drupal consulting,
installation, development, and customizations.

Drupal 7

The Drupal 7 version of this module was initially ported by Michael Lopez and since improved by Steven Jones.

Downloads

Recommended releases

Version Downloads Date Links
7.x-1.0-beta1 tar.gz (9.92 KB) | zip (12.02 KB) 2012-May-23 Notes

Development releases

Version Downloads Date Links
7.x-1.x-dev tar.gz (9.92 KB) | zip (12.03 KB) 2012-May-23 Notes
6.x-1.x-dev tar.gz (7.42 KB) | zip (8.37 KB) 2011-Feb-25 Notes

Project Information


Maintainers for Queue Mail

  • Steven Jones - 4 commits
    last: 3 days ago, first: 2 weeks ago
  • kbahey - 10 commits
    last: 1 year ago, first: 3 years ago

Issues for Queue Mail

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports