Mondeo
Centurion
I have a project where users enter memerable dates into a website, I store these dates to a database and then each day at a set time, the system loops thorugh the dates and for any that are 7 days in the future it sends an automated reminder to an email address also in the database.
I find this quite simple in theory but i'm not sure how to go about it, I presume I need to write an application which will run at the specified time each day, send the emails if there are any and then shut down again, it could be set as a scheduled task at the specified time.
Or would I be better with an application that ran continuously and monitored the time, if it was "time" then it could run the emails then wait for the correct time to come around again.
Or is there another way altogether that may be better?
I find this quite simple in theory but i'm not sure how to go about it, I presume I need to write an application which will run at the specified time each day, send the emails if there are any and then shut down again, it could be set as a scheduled task at the specified time.
Or would I be better with an application that ran continuously and monitored the time, if it was "time" then it could run the emails then wait for the correct time to come around again.
Or is there another way altogether that may be better?