My app is storing emails parsed from Postmark, including the full HTML body. In certain instances, I want to display the full HTML version of the email in the app.
I have used the HTML element for this - but is there a security concern with using this approach? If someone emailed some bad HTML in the email body, could that cause issues?
Would switching this to an iFrame help with this?