Page 1 of 1

Sending emai in automatic mode.

Posted: Fri Jan 24, 2003 12:20 pm
by Clerma
Hi,

I am new in php, so I would like to know how to send in automatic email to each customers in a particular date.

Supposed that I have a Customers list in MySQL database with a notification date...

thanks in advance!

Posted: Fri Jan 24, 2003 12:28 pm
by volka
e.g. with cron you can have your script executed periodically. It then could check if there are new mails to be sent.

viewtopic.php?t=5353&highlight=cron7

Posted: Fri Jan 24, 2003 3:09 pm
by Clerma
Thanks for your help...

best regards,