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

后端 未结 5 1125
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:40

    You can consider MvcMailer. See the NuGet package here and the project documentation

    Hope it helps!

提交回复
热议问题