Preview emails as a specific client #2950
Shubhdeep12
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Background
The Compatibility tab already tells you what’s unsupported per client, but you can’t see that in the preview.
a “preview as Outlook” (or Gmail, etc.) flow would let you check rendering per client without sending test emails.
Proposal
Introduce a client-aware preview:
a way to view the same email as it would effectively render in a given client (unsupported CSS removed from the preview copy only).
How to implement it can vary..
one approach is a small package (
packages/provider-preview) that takes the rendered HTML and the existing unsupported-CSS-per-client map, strips those properties from that HTML string, and returns HTML suitable for the preview iframe.The preview server would call it when the user picks a client.
Screen.Recording.2026-02-08.at.11.01.04.AM.mov
Beta Was this translation helpful? Give feedback.
All reactions