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

Mvc Mailer uses DispalyProvider setting in ViewStart.chtml #146

Closed phillipsj closed 2 years ago

phillipsj commented 9 years ago

So it appears that when setting DisplayModeProvider.Instance.RequireConsistentDisplayMode = true it applies to the MvcMailer and will cause it to not render.