I have a process that I want to run (send e-mails to a subscriber list), but only when a flag is set to true in a sql table.
So this windows service needs to be checking the table and anytime the flag is true (run code to send emails).
I assume a windows service can do this, not sure if there are samples out there? But is this supposed to a timer type service and my other question is, would something like this be taxing on a server?
No comments:
Post a Comment