I have a string with an .eml message. How to render this email on the page of my site in some kind of frame?
Is there any composer extension, that could render .eml content as a regular mail app.
I have a string with an .eml message. How to render this email on the page of my site in some kind of frame?
Is there any composer extension, that could render .eml content as a regular mail app.
I used this extension
And snippet like this:
$htmlis wrapped in my view into proper<div>'s.