I am working on the ASP.NET MVC 3.0 SQL Server framework. I need to create a daily reminder system in which the user enters an email address and reminder timings, such as 1st Reminder (9 AM), second reminder (12PM) and third reminder (6PM) , and the system should send emails to these timings.
What is the best way to send emails when time criteria are met. Please suggest various ways to solve this problem.
user981508
source
share