-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi 👋,
First of all, thanks for maintaining listmonk — it’s an awesome project!
I’d like to introduce a Go library I’ve been working on: gomjml. It provides a Go wrapper around MJML, the popular framework for responsive email markup. The goal is to make it easy to define MJML templates directly in Go projects and render them into production-ready HTML.
Why this might be useful for listmonk
- Responsive HTML emails: MJML is a widely used standard for email templating, ensuring compatibility across major clients.
- Native Go integration: gomjml makes it possible to render MJML templates in Go code without external build steps or calling external APIS.
- Potential use cases in listmonk:
- As an alternative templating engine for users who prefer MJML.
- To simplify building responsive email templates directly within the app.
- To provide a ready-made solution for users struggling with HTML email quirks.
Links
- GitHub repo: https://github.com/preslavrachev/gomjml
- MJML project: https://mjml.io/
I’d love to hear your thoughts on whether this could be integrated (either natively or as an optional plugin/extension) to enhance listmonk’s email templating options.
anasanzari and nnnell
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request