MutasimMalik / BackgroundTaskScheduler

A background task scheduler using ASP.NET and QUARTZ.NET
0 stars 0 forks source link

For my customer #1

Open davut5 opened 3 years ago

davut5 commented 3 years ago

hi malik. I will write a small program for a rental company. leases the product to the customer. When the rental day is over, get an automatic mail to the company. Should I use quartz for this?

MutasimMalik commented 3 years ago

As quartz is mainly used to trigger a job in a pre determined or scheduled time, then yeah, seems like your scenario matches that.