During the mail_cron procedure, only the first 10 items are sent from the active queue. This 10 is currently hard coded into the db query. Instead, variable_get('mailq_batch_size', 10) should be used.
During the mail_cron procedure, only the first 10 items are sent from the active queue. This 10 is currently hard coded into the db query. Instead, variable_get('mailq_batch_size', 10) should be used.
Comments
Comment #1
zyxware commentedThis has been fixed and comitted to the latest 6.x dev version. Thanks for reporting the issue. Am marking issue as wont-fix for D5.