I'm working on a testing tool in asp mvc. One of the features is to preview html emails.
However, these emails are going to have things like doctypes and css tags. What are my options to properly display these emails without screwing up the html on my page?
There is no need to keep the formatting and css, just the text and links that comes with it. Any ideas?