Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to send emails every 10 minutes automatically in web services?

Please can anyone help me..
Posted
Comments
ZurdoDev 6-Apr-15 9:14am    
There are many of us who can help. What exactly is your question?
harshbollu 6-Apr-15 9:16am    
I want to send mails every 10 minutes in Web Service program
ZurdoDev 6-Apr-15 9:25am    
The web is the wrong technology to use because web code only executes when someone hits your page. You'll want to do a windows service.
harshbollu 6-Apr-15 9:28am    
ok Thank You
Can it possible in WCF or Not?
If possible how?
I want to host In IIS only.
ZurdoDev 6-Apr-15 10:27am    
Why host in IIS? IIS code only runs when something interacts with it. It's not the right technology to use.

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900