What is the best way to send a HTML email from Asp.net MVC?

后端 未结 5 1129
Happy的楠姐
Happy的楠姐 2021-01-17 23:53

I would like to be able to render a view and send it as an email, similar to what can be done with Ruby on Rails. What is the best way to do this?

EDIT: My solution

5条回答
  •  生来不讨喜
    2021-01-18 00:34

    Sorry mate, but I thing there is something wrong with your understanding of ASP.NET MVC. It's still the part of ASP.NET and framework, so you can use the same techniques you used there like SendMail and SmtpClient.

提交回复
热议问题