|
I've never used ASP. But heres a concept (sorry if there is a better way to do it)
Find a function that will display the date and time. (google will help you finding this function)
Compare the time to see if an email needs sending
Pseudo-code:
IF time.get() == my_time_to_send_email THEN sendemail()
__________________
Join us at #programmingforums @ irc.freenode.net!
My software never has bugs. It just develops random features.
|