views:

66

answers:

1

Hi

I need to send email in asp.net mvc 2 asynchronously after a certain action is executed. i read this thread http://stackoverflow.com/questions/461361/asp-net-mvc-framework-automatically-send-e-mail Any further help is appreciated

A: 

As far as I know, there's a SendAsync method in SmtpClient, explained in this video.

Kitto