Monday, March 26, 2012

periodic emailing?

Can anyone recommend a good way to email in ASP.net. I need some suggestions on how to kick off a task that can run every day and send emails.

Thanks!

Chirag

you really shouldn't make a web application for that...

make a windows application en schedule it on windows...

quick search on the web:

http://www.codeproject.com/vb/net/epsendmail.asp


You can also create a service and configure it to run on automatically on start up. It all depends on your needs and security access you have to the box.

Thanks guys, but it needs to be part of an ASP.net web site. I want to add it to the following starter kit:

http://msdn.microsoft.com/asp.net/default.aspx?pull=/library/en-us/dnaspp/html/clubwebsitesk.asp

Any ideas?

0 comments:

Post a Comment