View Single Post
Old Dec 14th, 2005, 2:44 PM   #2
coldDeath
Expert Programmer
 
coldDeath's Avatar
 
Join Date: Aug 2005
Location: UK
Posts: 862
Rep Power: 4 coldDeath is on a distinguished road
Send a message via AIM to coldDeath Send a message via Yahoo to coldDeath
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.
coldDeath is offline   Reply With Quote