Closed (duplicate)
Project:
MailQ (Mail Queue)
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
2 Jun 2011 at 02:15 UTC
Updated:
7 Dec 2015 at 11:04 UTC
Jump to comment: Most recent
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
Comment #1
zyxware commentedOk, 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.
Comment #2
polskikrol commentedReceive 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.
Comment #3
anish_zyxware commentedThe error will be handled in #1040628