Live data from Hacker News

Show HN: Email.md – Markdown to responsive, email-safe HTML

emailmd.dev

71–80 of 111 posts

Re: Show HN: Email.md – Markdown to responsive, email-safe HTML

#71

Any "HTML emails" get filtered straight into the spam folder here. I think I'm not part of the target audience here.

Is that a thing? Is it safer to use plain text emails?

Very much so. While a lot of mail clients block images, they can be used to track you. Hell a lot of HTML can be used to track you if you're smart about it

Re: Show HN: Email.md – Markdown to responsive, email-safe HTML

#73

Anything that makes email development easier is great I guess, but have personally found MJML great for solving the issues you'd run into, and not sure I want yet another abstraction layer on top of that which makes it more limited...

They address this in the docs - it is meant to make authoring the content easier for LLMs since that is easy for them to write.

It still uses MJML for the actual templates, but it is a translation layer between markdown and the template itself.

If you need to author a lot of emails with LLM this does seem like it would be a great fit.

Re: Show HN: Email.md – Markdown to responsive, email-safe HTML

#74

Any "HTML emails" get filtered straight into the spam folder here. I think I'm not part of the target audience here.

Is that a thing? Is it safer to use plain text emails?

> Is that a thing?

There must be literally dozens of people who do this.

Re: Show HN: Email.md – Markdown to responsive, email-safe HTML

#75
post #48

Very nice. I think the kind of folks attracted to this thread might have some thoughts on a workflow I'm interested in. When I see a news article, I want to be able to click a button on my Mac or iPhone to send the text of the article in the body of the email. Bonus points for rehosting the images from the article. And using a similar font both without carrying over any of the original external dependencies. Normally…

Use the browser reader mode, select all, right click send email. Is it something like that you want?

If only there was a faster way to „select all“!

Re: Show HN: Email.md – Markdown to responsive, email-safe HTML

#77
post #73

Anything that makes email development easier is great I guess, but have personally found MJML great for solving the issues you'd run into, and not sure I want yet another abstraction layer on top of that which makes it more limited...

They address this in the docs - it is meant to make authoring the content easier for LLMs since that is easy for them to write. It still uses MJML for the actual templates, but it is a translation layer between markdown and the template itself. If you need to author a lot of emails with LLM this does seem like it would be a great fit.

If you need to author a lot of emails with LLM you should be rethinking your business strategy tbh

Re: Show HN: Email.md – Markdown to responsive, email-safe HTML

#79
I'm never seen the `::: header` or `![Logo](https://...logo.png){width="200"}` kind of syntax before. Is this custom or Frankenstein solution? Or is there some kind of md-extended pattern for defining components that has been gaining steam or smthn? Markdown tooling is always confusing, since everyone has their own standard.
Post reply on HN