Hi sir,
Tell me the steps to send mail in future date using asp.net c#. Kindly give me the solution for this problem.
[Note: If i set the date and time, it has to send the mail in that mentioned date and time]
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Apr 28, 2013, 11:55 PM
hi,
In this case you can create console application put it in windows scheduler that run every day or hour.
this application will check whether any pending email for today or last one hour. if yes than it send.
you can also create SQL JOB instead of this. Note SQL Express is not support SQLJOB.
hope this will help you.