S
subair ka via .NET 247
(Type your message here)how can i send mail automatically using ASP.net daily in a web application?
DalePres said:You can't automate it directly in IIS or your web app because you can't be
certain that your web app is running. You could use any number of task
schedulers on the server, or a Windows Service if you have that access to
the server. If not, how about having a client call a web page dialy, which
will make sure the app is running daily. That could directly trigger the
email or trigger some validation or check to see if the email needs to be
sent.
Dale