I have an application that I would like to do the following for: On thursday of each week, I'd like to query the db for a list of emails based on criteria that I set (date, and another column) and send a generic reminder email for people to look at a particular url in my application for open tickets. Is this possible? I don't want to violate any rules here, but this is turning out to be a lot more difficult than I thought it would be.
Yes this is possible. You should be able to create a web application to query your database and a relay out emails. You can set it up on the Scheduled Task feature with in your dasp control panel to trigger on a specific date and time. rcp DiscountASP.NET www.DiscountASP.NET
I know I can do it here I'm trying to replicate it for something I'm doing at work on our internal servers. I have never used scheduled tasks before.