I'm building an App that will send HTML emails. I compose MIME formatted email. I want to test both versions of the content (Html and Plain text) : Is there a way to see the plain/text version of the emails I send with my code? Is this possible to make Outlook, Thunderbird, Mail or any other Email Client App, not displaying the HTML part, but the plain text version instead ?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

With Mail to see the various representations (there can be more than just the HTML and plain ones) Choose from the menu View->Message->Plain Text Alternative (or more generally Previous Alternative) From that sub menu you can also choose to see Raw text which is the email without decoding the MIME parts.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.