I am using a shared windows hosting in which sending 120 mails/hour is allowed though php code.
i have a php page to send emails more than 200 mails at a time.But i want to run the page, after every hour(scheduled task).
I will split the emails(in 100s) and want send automatically after every hour.
How is this possible in php to run a php page after every hour ?
Thanks
You can schedule a task in Windows – control panel->administrative tools is where you find task scheduler.