postal icon indicating copy to clipboard operation
postal copied to clipboard

Change EmailViewResult to use the final Parser output...

Open CodeAnimal opened this issue 9 years ago • 0 comments

...rather than the result output.

EmailViewResult now gives an accurate output if a custom parser is used (e.g. when inlining the CSS), as it now uses the MailMessage body as the output, rather than the Renderer's result.

Now also checks for alternative views if no format query is given, to render emails with embedded images.

CodeAnimal avatar Jan 27 '16 13:01 CodeAnimal