Email Notification Agent

jeremy meyer

New member
Joined
Jul 25, 2003
Messages
2
Location
Cincinnati, OH
I am developing an ASP.NET calendar application that allows users to schedule and view events in their calendar. I also need to be able to send an email at a specified time to a user after they fill out a calendar entry. So if they put an entry into their calendar that they have a meeting at 5pm on July 30 and specify that they want to be notified 2 days before the meeting, I need my application (or SQL server database) to send them an email reminder 2 days in advance. How can I do this? Do I set up an agent in my .NET application or my SQL Server 2000 database.
TIA,
Jeremy
 
Back
Top