> > Not necessarily outside of php, but outside of webserver. You need to > > setup a cron job that will execute the phpmailer script. > > Gotcha.., > > My webserver is a windows box, so I can just run a task schedule and give it; > php.exe myfile.php > and that should do it? > > Would it be more efficient as a command line task or as an instance of > the browser?
You can use a windows version of cron, find it here: http://www.kalab.com/freeware/cron/cron.htm Or, if you don't want to or can't install it - you can ask somebody with a linux server/machine to setup a cron script that does a request to a webpage that should send the emails. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php