Hi guys, I am curious as to how to automate a database to send out daily emails to people on a mail list (table) with the latest entry details in a table on that database??
Is it possible/easy to set this up from the server end?
Cheers
you'll need a script that pulls the relevant data from the database and sends the email. all of this can be done in PHP. then you will need a script to automate the task on a daily basis. cron can do this in Linux. i'm sure there is an equivalent in Windows and other OS.