Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用premailer发送 html 电子邮件。默认情况下,它将根据非 html 内容生成电子邮件的简单文本渲染。这是一个不错的开始,但有一些烦恼,例如所有中断的文字渲染。
有没有办法让我更好地控制电子邮件的文本呈现,无论是使用 premailer 还是其他工具?
你可能想看看MarkerB
它允许您在 Markdown 中编写邮件模板,并自动制作电子邮件的 html 和文本版本,以作为多部分 mime 发送。