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!
Sending emai in automatic mode.
Moderator: General Moderators
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
viewtopic.php?t=5353&highlight=cron7