Not sending every hour
-
Hi
I have a weekly newsletter with a limit of 80 emails per hour (due to hosting limitations), and a cron job that every hour calls the URL to send mails if necessary. However mail batches are sent only every 2 hours.
My opinion is that the problem comes from the time it takes to send every batch. My newsletters are long and habe large images so they take time to be composed.
For example, if sending starts at 9:00:00 it will finish ten seconds later i.e. 9:00:10 (I monitored with Cpanel when mails are sent out); so at 10:00:00 yet not one hour has elapsed and eventhough the cron triggers the task Mailpoet won’t send anything.
Should’nt the one hour interval count from the beginning of the batch, instead of the end, be taken into account?
Best regards
Zulok
- The topic ‘Not sending every hour’ is closed to new replies.