Live data from Hacker News

Can I Email: ‘Can I Use’ for email

caniemail.com

61–70 of 206 posts

Re: Can I Email: ‘Can I Use’ for email

#61
post #28

I'm all over for using cutting edge CSS solutions but when it comes to HTML email, I'm just: Hello ... ... Thanks! and it's done :)

How about this? Hello ... ... Thanks!

HTML in email helps readability, titles, lists, tables does help the recipient.

Re: Can I Email: ‘Can I Use’ for email

#64
post #12
post #4

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.

Something like this? http://www.rfc-editor.org/rfc/rfc1896.txt

Email is so fun, every time someone comes with a new idea, someone pulls out an RFC detailing it. Dated 20+ years back.

Re: Can I Email: ‘Can I Use’ for email

#65
post #4

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.

But isn't Markdown a sugar on top of HTML? When something does not fit Markdown one is supposed to write inline HTML.

Re: Can I Email: ‘Can I Use’ for email

#66

Earlier quoted context omitted.

Have you tried https://zurb.com/ink/index.php ? Seems similar, and a bit older

They are very, very different things. Zurb Email is like Bootstrap/Zurb Foundation, for email. They are common styles that apply to your HTML. MJML, in other hand, is not HTML. You write MJML, instead of HTML, and it compiles to HTML. It's really fantastic.

With ink (well, inky) I write an email using things like "row", "columns", "spacer" etc. and then a process converts those to HTML+CSS, then another inlines the CSS.

It doesn't seem much different to me.

Re: Can I Email: ‘Can I Use’ for email

#67
post #64
post #12

Earlier quoted context omitted.

Something like this? http://www.rfc-editor.org/rfc/rfc1896.txt

Email is so fun, every time someone comes with a new idea, someone pulls out an RFC detailing it. Dated 20+ years back.

It even has a predecessor from 1992, see paragraph 7.1.3 of http://www.rfc-editor.org/rfc/rfc1341.txt .

Re: Can I Email: ‘Can I Use’ for email

#68
post #44

Earlier quoted context omitted.

That's why we have lightweight markup syntaxes like markdown.

Markdown is a lightweight syntax for writing and generating HTML, like BBCode. It's not an alternative syntax to HTML.

Markdown is designed to be readable without encoding it as HTML though, so is nicely readable on old email clients too.

Re: Can I Email: ‘Can I Use’ for email

#69
post #16

Earlier quoted context omitted.

Thanks for the RFC link. Yes, basically. I mean, different mime versions of the same content are a possibility to do this transition: Send both plaintext, HTML and markdown, and the receiver could choose to display markdown if he otherwise would display plain text. To be honest, this won't come. Google is pushing AMP into mails, that's exactly the opposite direction.

It’s so stupid. If AMP emai ever became a thing, every single non google email client would just fetch and store the contents of the AMP page the moment an AMP email arrives. So what was the point of it?

Not so sure about that, not downloading anything extra and only showing what is embedded in the email is one of the good things with using an email client. Using AMP email is back to thinking tracking pixels works in emails

Re: Can I Email: ‘Can I Use’ for email

#70
post #9

Christ 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…

Fix: Send WINMAIL.DAT attachments with fully formatted RTF/DOC files. Ta-da!

Fix: breaks encryption add-ons
Post reply on HN