How to execute a method in Asp.net MVC for every 24 hours

前端 未结 6 1551
时光取名叫无心
时光取名叫无心 2020-12-09 06:32

I have method in MVC like

 public void Sendmails()
 {
     //sending mails for every 24 hours.
 }

Can I schedule above method to execute fo

6条回答
  •  一个人的身影
    2020-12-09 07:12

    Here is an easy tutorial to send email from windows service. You can use the same database...etc. http://www.codeproject.com/Tips/704008/Send-Auto-Notification-Using-Windows-Service

提交回复
热议问题