3

I'm sending html emails using premailer. By default, it will generate a simple text rendering of the email based on the non-html content. It's an okay start, but has some annoyances such as literal rendering of all breaks.

Is there a way for me to have a little more control over the text rendering of the email, either with premailer or another tool?

John Bachir
  • 22,495
  • 29
  • 154
  • 227

1 Answers1

1

You may want to check out MarkerB

It lets you write your mailer template in Markdown, and it auto-makes html and text versions of your email for sending as multipart mime.

Unixmonkey
  • 18,485
  • 7
  • 55
  • 78