Send mail from asp.net when application is not running

后端 未结 1 1375
栀梦
栀梦 2021-01-27 09:56

I want to send email on certain calendar days say 20th of everymonth. How can i do this? The problem is i am not so sure that this appliction will be browsed by users on 20th o

相关标签:
1条回答
  • 2021-01-27 10:24

    For this requirement I will write Windows Service Application. Service will run on server without user intervention and will be dependent on users to login.

    High level Action Steps will be

    1. Store Calendar Days
    2. Allow Service to access this store and send emails (using predefined template?) on requested Date time.
    0 讨论(0)
提交回复
热议问题