Hi,
I am trying to set up an email alert where an email is sent to all registered users everyday. However I want this to happen automatically i.e without anyone going to the page or the site. Does anyone know how I would do this????
You're going to need to setup a cron job which emmulates a browser requesting the script which does the mailing at time $x. If you're not running your own server, you'll have to get in touch with your host's admin to see about gettng this done.
-geoff
Also, when you talk to the sysadmins, make sure that you can run a php script from cron. The server I used, couldn't, so I had to write it in perl.
Brian