Link to home
Start Free TrialLog in
Avatar of lapucca
lapucca

asked on

How can I have emails sent nightly, automatically?

Hi, I will be developing using asp.net 3.5, C#, sql 2008
A list of email address is retrieved by executing a sql stored procedure.  If i cannot configure a sql agent to run and send emails each night then i was thinking about writing a C# program to send emails nightly.  However, how can I get this asp.net/ C# program to run automatically at midnight everyday?
This web site will be hosted on a shared host at http://www.reliablesite.net/v3/index.asp  and I don't think I can create an sql agent to run and use the sql database mail  
ASKER CERTIFIED SOLUTION
Avatar of Rahul Agarwal
Rahul Agarwal
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lapucca
lapucca

ASKER

Thank you