Why not have an option to queue undelivered mail indefinitely? This would be useful if postfix on the backend is stopped and it takes a few hours or days to notice. That way, the unsend mail can catch up via subsequent cron runs based on the batch limit.

Any reason why the batch limit is a drop down menu selection? Why not have users be able to specify the number manually?

Comments

zyxware’s picture

Assigned: Unassigned » zyxware

Ok, this feature is available in the 6.x-2.x branch. Can you please try the latest release - http://drupal.org/node/1333638. You will have to uninstall the existing module and install the new version as there is no upgrade path as it is.

polskikrol’s picture

Receive the following error with the new version of the module:

PHP Fatal error: Cannot redeclare drupal_mail_wrapper() (previously declared in /var/www/[redacted]/www/htdocs/sites/all/modules/smtp/smtp.module:853) in /var/www/[redacted]/www/htdocs/sites/all/modules/mailq/mailq.mail.inc on line 43

This is attempting to send an email with Mass Contact module.

anish_zyxware’s picture

Issue summary: View changes
Status: Active » Closed (duplicate)

The error will be handled in #1040628