top | item 29298977

(no title)

ameen | 4 years ago

A lot of old 90's "hacks" are still commonplace in current email design. Thanks to Outlook's reliance on a brain dead MS Word-based rendering system rather than using actual modern HTML5.

And since Outlook is still the standard for email clients in the workplace, all other systems are impacted as well.

It's interesting to see modern day developers struggle with email design and turn to folks like us :D

discuss

order

djxfade|4 years ago

Ironically Gmail's web based email client also renders the HTML bad. I guess they emulate what Outlook is doing.

Kadin|4 years ago

Honestly, at this point we should classify "Email HTML" as a different subspecies than regular ol' Web HTML. They evolved from a common ancestor, sure, but Email HTML is like some sort of flightless bird on a remote Pacific island: it kinda just... stopped.

Gmail and Outlook basically define "Email HTML".

funstuff007|4 years ago

I came here to say the same thing. We use mjml to abstract away all this nonsense for us. Great library.

https://mjml.io/

ameen|4 years ago

Thank you, will check it out.