How can I generate html and text messages from one source?

I am sending html emails using premailer . By default, it will generate simple text-based email rendering based on non-html content. This is normal, but there are some annoyances, such as a literal display of all breaks.

Is there a way for me to improve my control over text-based email rendering a bit, either using a preliminary or other tool?

+3
source share
1 answer

You can check MarkerB

Markdown, html multipart mime.

+1

All Articles