which part is bothering you?
Emailing part or everyday part?
if it is emailing part then go to google and search with email php
if this is everyday part: then I will have to tell either you will have to have control on web-server so that you can process your cron so that it can do it automatically or manually send them everyday :)
YOU CAN CREATE A PAGE FOR SENDING MAILS .THIS PAGE WILL FETCH THE RESULT FROM THE DATABASE AND WILL HAVE ALL THE STUFFS REGARDING SENDING THE MAIL.THEN CALL THIS PHP PAGE USING SHELL COMMAND.PHP HAS PREDEFINED FUNCTION exec() FOR EXECUTING SHELL COMMAND.
Comment