Our Email DevTools is a dedicated inspection and debugging workspace for HTML email. It renders your message in an isolated frame and exposes a live DOM picker, breadcrumbs, raw-HTML extraction, attribute table, computed styles, and a box-model readout. Quickly toggle desktop/tablet/mobile widths to verify structure and spacing, and inspect image metadata to catch heavy assets or mismatched dimensions early.
Beyond core inspection, it adds email-specific analysis. Content / Preheader Preview extracts the inbox preheader and shows its source to validate truncation and hidden text. CSS Safety Check flags risky or inconsistently supported patterns (e.g., absolute positioning, filters, background-image without a color fallback, dark-mode selectors) and steers you toward reliable alternatives.
Outlook’s quirks are handled directly. Outlook Conditions Check parses conditional comments and VML, summarizing what Outlook will show or hide so you can confirm fallbacks. Email Tools also highlight layout tables and simulate image blocking, revealing layout dependence on images and whether alt text and dimensions preserve structure.
DevTools tightens usability and accessibility. The Accessibility Check surfaces role, aria-label, title, and alt for the selected element to expose missing semantics. Email Hints provide contextual, element-aware recommendations (e.g., add image dimensions, avoid javascript: URLs, mark tables as presentational), turning trial-and-error into a predictable, standards-aligned workflow.