smsohan / MvcMailer

A Mailer for ASP.Net MVC that forms the Email Body using MVC Views (Razor etc.) following Ruby on Rails ActionMailer style
MIT License
585 stars 176 forks source link

asp.net 5 mvc 6 #147

Open imuhammad opened 9 years ago

imuhammad commented 9 years ago

Hi,

Can anybody confirm this package supported on asp.net 5 mvc 6.

Thanks

NVentimiglia commented 9 years ago

In MVC6 cant you just run a regular controller and extract the returned view ? That was my understanding. Disclaimer, only used MVC6 passively.