Hey Everyone,
I know how to right a php script to send out an email. But I want to write a script that will send out an email at a certain time, The crux is, I need the email to be sent out even if nobody is accessing the page that holds the script.
So ideally I would schedule a time for the email to be sent out.
And then, the email would be sent at that time.
Any suggestions?