Search code examples
phpmailing-list

PHP: adding a timer


I'm creating a mailing list application. It will send 40 emails per hour due to the restrictions of the mailing service. How can I add the timer?


Solution

  • If you need to create a scheduled task, I would suggest creating a Cron Job.