How Exchange handles multipart/alternative emails

In Rails, you can very easily send emails with HTML and plaintext bodies Show archive.org snapshot .

However, if you're trying to debug those using your normal email account, you might be out of luck: For some reason, Exchange servers will simply throw away the plaintext part of your mail, and just save the html part.

Tobias Kraze Over 9 years ago