User36583972 posted
Hi Wiks,
According to your description , As far as I know , if you want to achieve this function , you can use windows service . Microsoft Windows Services (formerly NT service) allows you to create executable application in their own Windows sessions can run
for long time . According to your requirement , you can write logical code in it , it will work . You can set a schedule , and write code that how to get data from database , send to user at a specific time .
Reference Links:
Walkthrough: Creating a Windows Service Application in the Component Designer:
https://msdn.microsoft.com/en-us/library/zt39148a%28v=vs.110%29.aspx?f=255&MSPPError=-2147217396
Automatically send emails daily at specific time using Windows Service in C# and VB.Net :
http://www.aspsnippets.com/Articles/Automatically-send-emails-daily-at-specific-time-using-Windows-Service-in-C-and-VBNet.aspx
Best Regards,
Yohann Lu