asp.net-mvcemailviewresult

send view in email body mvc


I want to send a view in email body in mvc. please guide how to render view so that it can be sent as html email body.

thanks,


Solution

  • Consider using something like ActionMailer. You can download it using NuGet.