Email scheduling in C# (ASP .NET)

asp.net, c#, email

Solution

This is the first time I heard about Quartz. It looks cool.

Found this stackoveflow thread How to use Quartz.net with ASP.NET

Problem

Hi want to send birthday emails to all employees which details are stored in database. I found Quartz .NET library but can't understand the code exactly. can anyone please give me some sample code.?

Original source

Related problems