Google "php cron" or "php cronjob" to learn how to use cron to execute PHP scripts according to a given schedule.
Then, just setup a PHP script that executes once every day; this script would retrieve all rows matching the current date and send out the e-mails.