Click here to Skip to main content
15,910,123 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have created web services for Auto mail Sending. Here I need to know how to use the web services for auto mail sending in web application.
Posted

1 solution

Either you write a console application or windows service which will call your webservice. If you are writing console application then you can use windows OS Task scheduler to call your console application

And if you go with windows service, then please include timer in your code to call that web service after some interval
 
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