How can I compare the current date of the web server with a date I have stored in the mySQL database and 3 days before that that in the database to send a notification email ?
|
feedback
|
|
This will select rows whose
| |||||
feedback
|
|
You just need to write a program which queries the db and get all email ids which has (now()-3) = field in db you are comparing against and send mail to those email ids and add it as a scheduled task/crontab which will get executed daily(schedule time when web server is less utilized). | |||
|
feedback
|
28and want to send emails on25thof each month? – Quassnoi Sep 8 '09 at 12:19