This topic is locked

Daily Automated Emails

9/16/2008 8:15:27 AM
ASPRunnerPro General questions
C
cloudy author

Hi,

I have a table containing some records with a review date field, when this date is reached and each day thereafter, I would like to automatically send the owner of the record an email stating that some action must be taken. The web site might not be accessed each day, Do you know if this is possible? If so How would I do it?

Many Thanks for any help you can give.

J
Jane 9/16/2008

Hi,
You need to use external scheduler like CRON for this purpose.
Write a script that checks the date and sends an email. Use cron to run this script on timely fashion i.e. once a day.