It would be really nice to have a small and simple markup language, say some markdown standard, to be the layouting language for E-Mails. No (external) images, just links, lists, headings, basic formatting. HTML E-Mails are a security nightmare, even if "only" CSS is "allowed" and JS/iframes/external images are not loaded.
Markdown is nice for composing, but not as a standard to be supported by many clients. CommonMark is an improvement, but there is way to many ambiguities and differences in supported features over different markdown parsers for it to be feasibly used as a standard. Markdown is also not any better than HTML in terms of security - most markdown parsers allow passing through arbitrary HTML, and then depend on sanitizing…
Can I Email: ‘Can I Use’ for email
131–140 of 206 posts
Re: Can I Email: ‘Can I Use’ for email
#132Christ on a bike, the state of Outlook on Windows is absolutely miserable. I knew it by experience when I started preparing HTML signatures for our company, but seeing the list makes me even sadder about the absolute state of incompetency caused by legacy systems in Microsoft. For those uninformed, Outlook on Windows effectively works on a terrible (and terribly old) implementation of HTML that was initially develope…
I believe Outlook still uses the Microsoft Frontpage html engine. For those who don’t know, it’s was Microsoft WYSIWYG website builder that looked similar to Word, from 20 years ago. https://en.m.wikipedia.org/wiki/Microsoft_FrontPage
Re: Can I Email: ‘Can I Use’ for email
#133Re: Can I Email: ‘Can I Use’ for email
#134CSS in email clients is a mess. Like IE6 on steroids. I switched to a Windows on my work laptop about 6 months ago, and the native Win 10 email client is probably the worst offender out there. Even the popular mailing lists (like IH, PH, etc) are completely broken to the point of unreadable in Windows 10 Mail. Mailchimp has a pretty good guides on how to create cross-compatible layouts: https://templates.mailchimp.co…
Re: Can I Email: ‘Can I Use’ for email
#135I've used this guide to navigate email styling nightmare: https://www.campaignmonitor.com/css/ And this tool to test emails before sending: https://litmus.com/
Re: Can I Email: ‘Can I Use’ for email
#136It would be really nice to have a small and simple markup language, say some markdown standard, to be the layouting language for E-Mails. No (external) images, just links, lists, headings, basic formatting. HTML E-Mails are a security nightmare, even if "only" CSS is "allowed" and JS/iframes/external images are not loaded.
Beside, I am using Markdown in all my email thanks to https://markdown-here.com/ and Thunderbird
Re: Can I Email: ‘Can I Use’ for email
#137Christ on a bike, the state of Outlook on Windows is absolutely miserable. I knew it by experience when I started preparing HTML signatures for our company, but seeing the list makes me even sadder about the absolute state of incompetency caused by legacy systems in Microsoft. For those uninformed, Outlook on Windows effectively works on a terrible (and terribly old) implementation of HTML that was initially develope…
Everything that discourages designers from doing fancy things is good in my book.
Re: Can I Email: ‘Can I Use’ for email
#138Christ on a bike, the state of Outlook on Windows is absolutely miserable. I knew it by experience when I started preparing HTML signatures for our company, but seeing the list makes me even sadder about the absolute state of incompetency caused by legacy systems in Microsoft. For those uninformed, Outlook on Windows effectively works on a terrible (and terribly old) implementation of HTML that was initially develope…
I had depressed thoughts when I discovered I would be having to debug Internet Explorer in 2019.
Re: Can I Email: ‘Can I Use’ for email
#139Have been using Cerberus since 2016 for responsive emails with no issues: https://github.com/TedGoas/Cerberus
Re: Can I Email: ‘Can I Use’ for email
#140Why use HTML in emails though?