postal
postal copied to clipboard
Custom Localized View Engine not working with Postal
What do I need to implement in my custom view engine so that Postal will work? It works fine with the default ASP.NET MVC 4 Razor view engine but not with mine which inherits from RazorViewEngine.
When it's trying to build an email, it says:
The method or operation is not implemented.
Did you ever find a solution to this problem?