Sending emai in automatic mode.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Clerma
Forum Newbie
Posts: 2
Joined: Fri Jan 24, 2003 12:20 pm
Location: Monterrey MEXICO

Sending emai in automatic mode.

Post 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!
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post 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
Clerma
Forum Newbie
Posts: 2
Joined: Fri Jan 24, 2003 12:20 pm
Location: Monterrey MEXICO

Post by Clerma »

Thanks for your help...

best regards,
Post Reply