How to send mail at a certain time from asp.net web application

后端 未结 2 1980
别那么骄傲
别那么骄傲 2021-01-21 14:32

I am new to asp.net. I have a project working. I need to send different mails every day at 12 am to different users.
I need to know how to implement the method that will wak

2条回答
  •  时光取名叫无心
    2021-01-21 14:54

    Use Quartz.NET.

    Quartz.NET is a full-featured, open source enterprise job scheduling system written in .NET platform that can be used from smallest apps to large scale enterprise systems.

    You can use Windows Task Scheduler as well, but you need some specific windows permissions to do that on production server.

提交回复
热议问题