Monday, August 3, 2009

How to send email automatically on a specified date using MS Sql?

Write the ASP code to send the email. That's fairly straight forward. Encase that code with a check to see if it's time to send it. Then put a cron job on the server to run the cron job every x number of minutes.
How to send email automatically on a specified date using MS Sql?
How to put a cron job on server?


can't we just use triggers

No comments:

Post a Comment