|
|
|
|
|
by zoom6628
1165 days ago
|
|
Html email is a pox. I set my email clients to use RTF as it’s simpler, more consistent, and one doesn’t send huge email messages full of utterly useless crap (otherwise known as html tags and stuff). I’ve been using email for 40 years and has been perennially a problem of inconsistent email rendering since html became a format option. It was however a highly reliable and simple indicator of spam and junk.
IF format = HTML then isJunk. Nowadays with the mindless guzzling at the web junk firehose html email is now ubiquitous and consistent in rendering it seems. But With no improvement in copy or relevance. But it does have bling! |
|
Having written an RTF WYSIWYG editor back in the late 90s, I very much disagree that RTF is any better than HTML for any reasons you’ve cited.
It’s still an ASCII encoded format with font tags and alike. It just opts for curly braces instead of triangle brackets.
The problem with HTML emails isn’t the HTML specification. It’s that
1. Half of email clients don’t support that specification correctly.
2. People abused HTML in emails
However those two points could be just as equally relevant had RTF became the dominant document mark up for the web.