Re: [PHP] Timing on an internal email

2004-09-09 Thread Wouter van Vliet
> > 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 mor

Re: [PHP] Timing on an internal email

2004-09-08 Thread Alex Hogan
> 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 com

Re: [PHP] Timing on an internal email

2004-09-08 Thread Marek Kilimajer
Alex Hogan wrote: Hi all, I want to set up a delivery date and time for emails to be sent. (I'm using phpmailer) I'm coming up blank on how to do this. I thought that I could put a timing condition on a page that I know will be accessed daily that would look for the date then call the function tha

[PHP] Timing on an internal email

2004-09-08 Thread Alex Hogan
Hi all, I want to set up a delivery date and time for emails to be sent. (I'm using phpmailer) I'm coming up blank on how to do this. I thought that I could put a timing condition on a page that I know will be accessed daily that would look for the date then call the function that will do the ma