MailQ
MailQ is a module that queues ALL mail for sending. However, it still uses other module to actually send the mail.
This means that one can uses mimemail AND MailQ togather. MailQ will "queue" the mail to a table, and then during cron runs send emails in batch.
MailQ includes the following features:
- Set a batch size to run
- Set a "max try" value so that if a mail fails to send, the mail will be retried.
- Select the "mail library" that you wish to use to send mail, or you can ONLY queue mail, which is good for development. You could e.g. select from mimemail, smtp mail, or the drupal default mailer.
Note: This is a workable module, but I didn't have time to make all the bells and whistles. That's what patches are for :).
Releases
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 5.x-1.x-dev | 2008-Feb-22 | 9.92 KB | Download · Release notes | Development snapshot | |
