What an excellent resource! (And yes Outlook is a pain and supports so very little!) We've tried building email templates for notifications for our apps where I work, and it has typically been a pain. We have since swapped to using mjml ( https://mjml.io/ ) to build the templates, and it's working wonders. The output seems the be the most compatible with all different devices that we've tested on. The other tool we e…
> What an excellent resource! (And yes Outlook is a pain and supports so very little!) So outlook today is the internet explorer of mail?
Caniemail.com – like caniuse but for email content
161–170 of 263 posts
Re: Caniemail.com – like caniuse but for email content
#162Re: Caniemail.com – like caniuse but for email content
#163Earlier quoted context omitted.
> What an excellent resource! (And yes Outlook is a pain and supports so very little!) So outlook today is the internet explorer of mail?
It literally is, Outlook for Windows uses the IE9 engine to render HTML email, IIRC. And even then not everything is supported.
Re: Caniemail.com – like caniuse but for email content
#164Hilarious anecdote about this website: the owner once said there are tons of entries in the usage log of people misunderstanding the purpose of the website and inputting celebrities names to try to email them. :D
that's a startup idea. and the answer to the "can i email...?" will be always a static page the says "no". there is money to be made here.
Re: Caniemail.com – like caniuse but for email content
#165What an excellent resource! (And yes Outlook is a pain and supports so very little!) We've tried building email templates for notifications for our apps where I work, and it has typically been a pain. We have since swapped to using mjml ( https://mjml.io/ ) to build the templates, and it's working wonders. The output seems the be the most compatible with all different devices that we've tested on. The other tool we e…
> What an excellent resource! (And yes Outlook is a pain and supports so very little!) So outlook today is the internet explorer of mail?
Re: Caniemail.com – like caniuse but for email content
#166Anyone sending me css garbage will be directed to /dev/null. Thanks.
Re: Caniemail.com – like caniuse but for email content
#167Earlier quoted context omitted.
> IMO, HTML was the worst thing that ever happened to email. Plain text content is the best content. Your first statement might be true (it's debatable). Your second is definitely false. Lets assume that HTML really was the worst thing that ever happened to email. Plain text content for email is still not the best content. People want to: 1. Click on a link in the email, not fumble with copy and paste on their phone.…
1. all links are click-able at this point; what's more plain-text would force to provide just a link without all the tracking garbage 2. you can have paragraphs and headings... it's just a matter of structure - using html you can write a wall of text just fine 3. not sure if needed, besides you can attach images to plain text (though not inlining) or click-able links to external sources (at exact place) 4. still - ea…
I'm glad that you never ever received any link to some derivation of st.es.rui.tracking/bzzz/pfrrrrt?campaign=hn that hide the real link, but in the real world, that's how tracking is done. Plain text doesn't prevent anything.
> not sure if needed, besides you can attach images to plain text (though not inlining) or click-able links to external sources (at exact place)
For a Linux user, you can already build such a system yourself quite trivially by getting an FTP account, mounting it locally with curlftpfs, and then using SVN or CVS on the mounted filesystem. From Windows or Mac, this FTP account could be accessed through built-in software.
You want to argue that plain text is better, but your arguments are that plain tex, are better for you. Don't make the mistake to assume that your specific experience is a workable average.
Re: Caniemail.com – like caniuse but for email content
#168Soooooo happy that my mail client is not even on the list here. It automatically strips out anything remotely looking like html and it sends out plain text emails only, as email was designed to be and should still be. Anyone sending me css garbage will be directed to /dev/null. Thanks.
Re: Caniemail.com – like caniuse but for email content
#169IMO, HTML was the worst thing that ever happened to email. Plain text content is the best content.
Also lack of a signature section, relying on weird -- \n hacks
Re: Caniemail.com – like caniuse but for email content
#170IMO, HTML was the worst thing that ever happened to email. Plain text content is the best content.
> Plain text content is the best content. Hard disagree. Things like bolding text, adding pictures, changing colors, etc are very important for the emails I send. So some amount of HTML is important to me.