#MJML
If you have the choice, mjml is actually enjoyable
October 30, 2025 at 7:53 PM
Moving a client's old email system from Meteor + MJML to @fastify.dev + react.email 💌

- Actual @react.dev for templating (w/ Context for nested components)
- TailwindCSS for styling
- Type-safe props on render (no more failed/missing expansions)

Neat.
React Email
A collection of high-quality, unstyled components for creating beautiful emails using React and TypeScript.
react.email
September 17, 2025 at 11:13 PM
Ah cheers but I'm sticking with MJML for this one
March 6, 2025 at 2:09 PM
Apologies for hijacking into your posts, but how can I request the inclusion of a Go library I've been working on for some time? It's the Go-native port of the MJML email framework: github.com/preslavrache...

Thanks in advance 🙏
GitHub - preslavrachev/gomjml: A native Go implementation of the MJML email framework, providing fast compilation of MJML markup to responsive HTML.
A native Go implementation of the MJML email framework, providing fast compilation of MJML markup to responsive HTML. - GitHub - preslavrachev/gomjml: A native Go implementation of the MJML email ...
github.com
October 29, 2025 at 10:05 AM
Free tip for anyone trying to work with both Markdown, shortcodes, and MJML in Eleventy like I am: Wrap the whitespace in an <mj-raw> tag. It works wonders.
January 16, 2025 at 4:48 PM
This morning, I open-sourced a project that Claude Code and I have been secretly working on for the past few weeks. Presenting gomjml, a native Go compiler for the MJML email templating language 📧🚀

Some GitHub ⭐️ are more than welcome!

https://github.com/preslavrachev/gomjml

---
#golang […]
Original post on mastodon.social
mastodon.social
July 29, 2025 at 3:47 PM
a long, long time ago, that's the tool I used to

But in general I like to use something like mjml + Vscode plugins

www.mailgun.com/products/inb...
HTML Email Tester - Mailgun Email Service | Mailgun
Your email service needs to have a strong campaign monitor and analytics tool that helps surface insights that you can use to optimize performance.
www.mailgun.com
September 19, 2024 at 1:13 AM
😬 Creating responsive emails can be frustrating. They never seem to look just the way you want!

💡 Until you use the right tools!

💪 With MJML, you can design the perfect responsive email template for your Mailcoach campaign.
December 18, 2024 at 9:00 AM
Live previews of event updates as emails have been achieved internally via @directus.io, #SvelteKit, and SailKit (svelte -> mjml) - pretty awesome

Currently building a system to run live events, by running a live event. paperganza.com
March 22, 2025 at 7:14 PM
Y u not mjml? It best
August 5, 2025 at 8:15 AM
you know I'm probably the odd one out, but I use MJML and that's been wonderful to write templates in.
March 6, 2025 at 2:01 PM
There is even a tool offered by Mailjet, MJML, that makes building an email fairly cookie-cutter without making it look ugly. https://mjml.io/
July 17, 2020 at 7:27 PM
New YouTube Video!

Breakout Beyond - First Look & Impressions on Xbox Series X | Game by @atari.com & Choice Provisions

Feel free to LIKE, COMMENT & SUBSCRIBE!

VIDEO: www.youtube.com/watch?v=mJml...
March 25, 2025 at 2:12 PM
Wow writing html email templates is 5000x better with AI.

(Previously wrote mjml by hand)

GenAI's true calling 👇

Tables nested within tables within tables and, you guessed it, more tables.
February 21, 2025 at 5:58 PM
Just setup an email system on a SvelteKit project using SailKit / SendGrid... it was my first experience with MJML but it only took an hour to convert one of my transactional templates. I hate email templates!

Nice work @noam.sh!

sailkit.xyz
SailKit is an open-source toolkit for composing responsive email templates in SvelteKit applications.
sailkit.xyz
March 21, 2025 at 2:24 AM
This morning, I open-sourced a project that Claude Code and I have been secretly working over for the past few weeks. Presenting gomjml, a native Go compiler for the MJML email templating language 📧🚀

Some GitHub ⭐️ are more than welcome!

github.com/preslavrache...

---
#programming #golang #mjml
GitHub - preslavrachev/gomjml: A native Go implementation of the MJML email framework, providing fast compilation of MJML markup to responsive HTML.
A native Go implementation of the MJML email framework, providing fast compilation of MJML markup to responsive HTML. - GitHub - preslavrachev/gomjml: A native Go implementation of the MJML email ...
github.com
July 29, 2025 at 1:22 PM
Learn how to use MJML to design Mailcoach templates in our tutorial below: https://buff.ly/4gConOO
December 18, 2024 at 9:00 AM
One addition on MJML—the API is free, but you don’t have to use it. If you’re willing to set up a node install of MJML you can run your code through that.

I have tried a lot of tactics over the years. If you’re serious about email and design, use MJML.

https://mjml.io/api
August 25, 2020 at 4:09 AM
I mean, there is an official MJML JS compiler? Why did you need another version of it? Just call it from your Go app. Like, how slow can it be?

Very, very, very .... slow

Which is one of the reasons I created gomjml: github.com/preslavrache...

#golang #mjml
August 5, 2025 at 1:41 PM
that's show how long I don't handle with emails.

if you can tryout mjml with VSCode plugin

you only need parse mjml to html after
September 19, 2024 at 1:19 AM
And if I ever decide to redesign the template, there's also some good news here: There's a Craft plugin that supports MJML, which is the scripting language I used to make the current template. So hopefully a little less messy code conversion in my future. https://github.com/superbigco/craft-mjml
January 1, 2019 at 5:55 AM
I always start these projects on the weekend. Now that i've started have to finish the series. making a dynamic newsletter from #webflow CMS with @nocodebackend.bsky.social and #loops with mjml. I'm very curious to see if this can be done in #make as well.
January 27, 2025 at 5:56 PM
I'm like a dog with a bone when it comes to solving problems. It took a while to piece together. Yes it is possible to take a dynamic #webflow HTML newsletter and turn into a email version using only nocode (lowcode) tools. Shoutout to support @nocodebackend.bsky.social

MJML, #webflow #xano #loops
January 25, 2025 at 6:26 PM
Added a new release of gomjml that adds significant performance improvements via opt-in template caching: github.com/preslavrache...

#golang #mjml
August 16, 2025 at 5:17 PM
Just another reason for people to use MJML, in my opinion. Testing is still important but it’s a lot less of a risk.
November 5, 2025 at 9:25 AM