开发者

send email asynchronously in asp.net mvc 2

开发者 https://www.devze.com 2023-01-12 16:27 出处:网络
I need to send email in asp.net mvc 2 asynchronously after a certain action i开发者_如何学Pythons executed.i read this thread asp.net mvc framework, automatically send e-mail Any further help is appre

I need to send email in asp.net mvc 2 asynchronously after a certain action i开发者_如何学Pythons executed. i read this thread asp.net mvc framework, automatically send e-mail Any further help is appreciated


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

0

精彩评论

暂无评论...
验证码 换一张
取 消