RazorEmail icon indicating copy to clipboard operation
RazorEmail copied to clipboard

Razor templated emails.

Results 3 RazorEmail issues
Sort by recently updated
recently updated
newest added

Presently the parameter "razor.email.base.dir" must be set in the web.config, or it throws an exception upon use. This violates the principle of "Convention Over Configuration", which MVC tries to promote....

It would make testing in LINQPad possible, not to mention the ability to use dependency injection. Are you open to refactoring the code so that there is also a `BuildService`...