Home > front end >  Is it possible to visualize HTML changes for email clients?
Is it possible to visualize HTML changes for email clients?

Time:09-22

Basically, I want to visualize an HTML/CSS email template on various email clients. I'm wondering if it's possible to build some visuals (before sending an email).

CodePudding user response:

You'll need to use an API like some of the commenters have said.

You can try Litmus API, https://docs.litmus.com/v1/docs Email on Acid API, https://api.emailonacid.com/docs/latest And possibly others such as https://emailpreviewservices.com/features/white-label-api

You send the HTML, and it sends back screenshots from real devices.

  • Related