Source, headers & raw message
Inspect the HTML source, headers and raw MIME of any email
HTML source

The Source tab shows the exact HTML your application produced, with syntax highlighting and the message size in bytes. Use it to confirm that your template rendered the markup you expected — merge tags resolved, inline styles present, tracking pixels where they belong.

The Source tab in MailSandbox showing the raw HTML of a captured email with its byte size
The full HTML source of the message, with its size in bytes and a one-click copy.
Headers

The Headers tab lists every header on the message — From, To, Subject, Date, Content-Type, and any custom headers your application added. Headers are where a lot of email debugging happens, from confirming the right sender to checking custom metadata your app attaches.

Raw message

The Raw tab shows the complete MIME message exactly as it was received — headers, boundaries, and every part, including the plain-text alternative and any attachments. This is the ground truth of what your application actually sent, useful for tracking down encoding issues or malformed multipart bodies.

Copy anything
Each of these views can be copied in one click, so you can drop the exact source, headers or raw message into a bug report.