开发者

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

开发者 https://www.devze.com 2023-02-13 11:31 出处:网络
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

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

精彩评论

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