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
584 stars 178 forks source link

Resolve Issue #42 for MVC 4 #54

Closed JoshReedSchramm closed 11 years ago

JoshReedSchramm commented 12 years ago

Removes hard dependency on MVC3. Tested on MVC4 and ran unit tests.

mikecousins commented 11 years ago

Please accept this one!

smsohan commented 11 years ago

Hi Josh: Thanks for this pull request. Work is underway to make it compatible on MVC4. If we removed the hard dependency, it would probably work fine on MVC3, but still would require changes in how web.config is handled for MVC4, as well as the razor view engine library.

But we are basing MvcMailer of MVC4. Thanks a lot for contributing.