Forum Moderators: phranque
1. Send an HTML-encoded email with a header of "Content-Type: text/html" but add an HTML comment at the very top of the email (which will only be visible to those with text-only readers) instructing them to visit a link to change their preferences to a text version. They will then be sent text emails in future.
2. Send the email with a header of "Content-Type: multipart/alternative" and then base64 encode both a text version and an HTML version, so their reader can display the most appropriate one.
Does anyone have any experience with this? Which method is considered best?
I certainly will put as much effort into the text version - in fact, the copy will be identical - I will just add some formatting tags around the text for the HTML version.
Benihana - I hadn't thought of doing both approaches, but that makes sense so I'll definitely do that.