How to view an HTML email, in plain text, using Yahoo Mail

yahoo-mail

For development purposes, I need to view an HTML email as plain text, using Yahoo Mail. How do I do that?

Best Answer

If you are using Google Chrome then Right Click anywhere in the message body and click on "Inspect Element". Now find the IFrame with class "messageArea". Right click on all content between <iframe> and </iframe> and and click on "Copy as HTML" button. Paste it on any text editor (like Notepad). This is the source of the message body.