Hi everyone. I am in the process of writing a program which will be used as a service on a server. The premise of the program is to check the time (the date is not significant), and if the time is midnight (00:00:00) then the program is supposed to send emails based on specific criteria.
I have tried to create an ASP page with the email code in it, and allow the C++ program to open the ASP page. This did not work.
This is what I'm looking for in a nutshell:
1. The application will be running as a service
2. Emails will be sent (if necessary) at midnight every night
3. The email addresses will be obtained by querying an access database.
4. The emails will be sent to the appropriate parties.

I don't want this piece written for me...I just want someone to point me in the right direction.