Scheduled Mail in asp.net

前端 未结 5 664
渐次进展
渐次进展 2021-01-25 07:54

Hai Guys, My application deals scheduled mail concept (i.e) every morning 6.00 am my users gets a remainder mail about their activities for the day... I dont know how t

5条回答
  •  情深已故
    2021-01-25 08:33

    You cant do much in a shared hosting. Try upgrading your hosting or else write a windows service, to run on your machine, which will call an asp.net which can send out emails. Of course your machine has to be switched on all the time or at least during 6:00 AM :). You will have to take proper steps to avoid unauthorized request for that aspx page.

    you can check this article too: http://www.codeproject.com/KB/aspnet/ASPNETService.aspx

提交回复
热议问题