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?
Show HN: Email.md – Markdown to responsive, email-safe HTML
71–80 of 111 posts
Re: Show HN: Email.md – Markdown to responsive, email-safe HTML
#72Re: Show HN: Email.md – Markdown to responsive, email-safe HTML
#73Anything 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...
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
#74Re: Show HN: Email.md – Markdown to responsive, email-safe HTML
#75Very 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?
Re: Show HN: Email.md – Markdown to responsive, email-safe HTML
#76that would eliminate most html usage and enable longer texts than 70-85 characters per line.
Re: Show HN: Email.md – Markdown to responsive, email-safe HTML
#77Anything 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
#78Re: Show HN: Email.md – Markdown to responsive, email-safe HTML
#79Re: Show HN: Email.md – Markdown to responsive, email-safe HTML
#80In my experience models tend to break HTML layouts pretty easily, while Markdown degrades more gracefully.