charmbracelet / pop

Send emails from your terminal 📬
MIT License
2.36k stars 49 forks source link

Html email #31

Open gedw99 opened 1 year ago

gedw99 commented 1 year ago

Is there a html email Renderer.

mjml is one markup and Renderer but it’s js , not golang.

The xml markup of mjml is decent.

so here is one option ..

https://github.com/Boostport/mjml-go#example

It’s wasm . Derived from cross compiling js to wasm.