Emails, Newsletters With Time Delay

Can newsletters be sent with some sort of time delay, like 5emails a second or so?

Amazon SES quota is 14emails a sec, but this must be a time delay from customer end or this is done auto within their system ?

In the newsletters module set limit of e-mails to 14

Then open app/addons/newsletters/controllers/backend/newsletters.php controller and in the batch_send mode add

sleep(1);

Hope it will help

(!) Not tested

Thanks a lot as always ;)

In the newsletters module set limit of e-mails to 14

Then open app/addons/newsletters/controllers/backend/newsletters.php controller and in the batch_send mode add

sleep(1);

Hope it will help

(!) Not tested