I am writing an ASP.Net newsletter program and would like to space out when the email is sent. Would a web service be what I need to accept the data and return a void response, then process the data?
It doesn't have to be a web service, though you can use one if you want. What you really need is something to queue up the email requests and send them at intervals or in a batch or whatever it is that you are thinking.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.