开发者

How can I send a thanks email in asp.net?

I have to send a thanks email (if someone emails to the particular开发者_StackOverflow中文版 account they will get automatic email saying "Thanks for sending"). How should I do this in asp.net mvc 2? What is the logic?


Consider using a brilliant library MvcMailer

You can use it to send text or html email, which body you define as a view. You can use whatever model you need and render emails with specific data.

It is available as a NuGet package for easy install.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜