Page 1 of 1
Is this sci-fi?
Posted: Mon Feb 23, 2004 12:59 pm
by Perfidus
I know I can send e-mails from php to an user or a list of users, but, is it possible to make the server send those e-mails in a given time and date?
Is it possible, simply stupid or science fiction?
Posted: Mon Feb 23, 2004 1:12 pm
by Sevengraff
If your sever suports it, you can use cron to execute a php script at a certin day/time. So you can just make a script to email everyone, and set it to be run at when you want it to. I've never done it myself though.
Posted: Mon Feb 23, 2004 5:42 pm
by Illusionist
Or if your on windows you can use the task manager to runt hat script.