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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ