Trigger email on specific date

Posted by Risho on Stack Overflow See other posts from Stack Overflow or by Risho
Published on 2010-05-20T17:25:33Z Indexed on 2010/05/20 18:20 UTC
Read the original article Hit count: 219

Filed under:
|

I have C# web application that I want it to send out an email on a certain date, such as if equipment isn't returned on the day it was due. Data is in MS SQL database.

I've got all the email code already done, and I'm just curious how do I trigger this email, say after the COB on that particular day?

Thanks,

Eric

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET