Hello,
I'm running a cron job that exec a PHP script. The php script sends out emails to over 10,000 users.
I wanted to know, is there a way to send out 50 emails then pause the PHP script for 5mins before sending out the next 50 and so on, and so on.
The only thing I could think of is that.. after 50 emails have been sent.. I could loop the time until it reaches 5mins 😕
I'm not too sure how I could do it... can someone help?