I'm working on ASP.Net MVC 3.0 SQL Server Entity frame work I need to create a Daily Reminder system, in which a user would enter the email address and the reminder timings like 1st Reminder(9 AM), 2nd reminder(12PM) and 3rd reminder(6PM), and the system should send out emails at those timings.
What's the best way to send out emails, when the time criteria is met. Please suggest different ways to accomplish this task.