HTML Email Simulator
HTML
Preview
Why an email simulator?
Mail clients (Gmail, Outlook, Apple Mail) have rendering rules different from the web: limited CSS, mandatory <table> layout, no JavaScript. This tool lets you quickly preview your template in a sandboxed iframe.
Security
The iframe uses sandbox="allow-same-origin" — JavaScript inside the email does not execute, mirroring real mail clients. External resources (images, CSS) load normally.