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

Removes exception re-throw in StringResult to preserve stack-trace to help debugging errors in views #43

Closed kberridge closed 12 years ago

kberridge commented 12 years ago

I had some issues with errors in my email view and it was proving difficult to debug them because the stack trace was re-written by a "throw ex;" in StringResult.