HTML page on SES Email not rendering properly

0

What are all the best templates and tools out there where I could preview my html template before sending it using ses

2 回答
0

Hi,

You could look into https://www.htmlemailcheck.com/ or https://mailtrap.io/, but ideally you can validate HTML locally in an IDE or saving the file locally and open it with a browser.

profile picture
专家
已回答 1 年前
0

I've had good success using the responsive email templates from Zurg.org.

Outlook does not do a very good job of handling CSS in email. The best practice is to bring all of your CSS inline. There are online tools such as the Juice CSS Inliner that you can use to do this automatically. There are also ways to handle inlining programmatically, such as by using Premailer. The benefit of this approach is that you can integrate it directly into your publishing workflow.

Finally, if you want to preview your email in a variety of email clients and get tips for improving your messages, there's always Litmus.

专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则