How to send email in the Background in AsP.NET ?
Posted
by sam
on Stack Overflow
See other posts from Stack Overflow
or by sam
Published on 2010-05-19T02:32:09Z
Indexed on
2010/05/19
2:40 UTC
Read the original article
Hit count: 305
Hi Guys,
I am using ASP.NET Web forms,
When a user submit a page, an email will be sent to many people which is slowing the post-back,
what is the best way to send the emails without slowing the reloading of the page?
thanks
© Stack Overflow or respective owner