> ## Documentation Index
> Fetch the complete documentation index at: https://signatureapi-daf4ee54.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Email Inspector

> Preview and debug emails sent by SignatureAPI to recipients.

The Emails page shows every email SignatureAPI sends on behalf of your account — signing requests, completion notices, and other [recipient](/docs/api/resources/recipients/object) notifications. Use it to preview email content, verify delivery, and debug bounces.

To view your emails, go to [Emails](https://dashboard.signatureapi.com/emails) in the Dashboard.

<Frame>
  <img src="https://mintcdn.com/signatureapi-daf4ee54/to2kcqhpCDnABjF5/docs/images/test-email-section.png?fit=max&auto=format&n=to2kcqhpCDnABjF5&q=85&s=5feb47dc4129a75223a35aaefdaf5624" alt="Emails list" width="1302" height="453" data-path="docs/images/test-email-section.png" />
</Frame>

## Test mode vs live mode

Toggle **Test Mode** in the top-right corner to switch between test and live emails.

**Test mode emails** are never sent to recipients. Instead, they appear in the Dashboard so you can preview the full email content, including ceremony links and access codes. This lets you test your integration end-to-end without sending real emails. Learn more about [Test Mode](/docs/api/test-mode).

**Live mode emails** are sent to real recipients. The Dashboard shows the same email list, but ceremony links and access codes are obfuscated to protect the integrity of the signing ceremony. Only the recipient should have access to these values.

## Email details

Click any email in the list to view its details. The detail page shows:

* **Subject** — the email subject line
* **To** — the recipient's name and email address
* **From** — the sender name and `noreply@signatureapi.com`
* **Reply To** — the verified [sender](/docs/dashboard/senders) email address
* **Envelope** — the envelope title and ID
* **Email Content** — a full preview of the email as the recipient would see it

<Frame>
  <img src="https://mintcdn.com/signatureapi-daf4ee54/to2kcqhpCDnABjF5/docs/images/test-email-detail.png?fit=max&auto=format&n=to2kcqhpCDnABjF5&q=85&s=b4ea4aaf2fcdee5aa2612de07b733d65" alt="Email detail page" width="1301" height="772" data-path="docs/images/test-email-detail.png" />
</Frame>

## Attachments

Completion emails include an **Attachments** section where you can download the files that were sent with the email.

<Frame>
  <img src="https://mintcdn.com/signatureapi-daf4ee54/qtxExtgVQny5tCVE/docs/dashboard/images/email-attachments.png?fit=max&auto=format&n=qtxExtgVQny5tCVE&q=85&s=6a835035ee719192f835bf25261cc8d2" alt="Attachments section" width="931" height="246" data-path="docs/dashboard/images/email-attachments.png" />
</Frame>

* **Deliverables** — the signed PDF documents generated after all recipients complete the envelope. Learn more about [deliverables](/docs/api/resources/deliverables/object).
* **Attestation certificates** — included when the envelope uses a country-specific attestation standard such as [Mexico NOM-151](/docs/api/resources/envelopes/attestation). The certificate file is attached alongside the deliverable.

Click **Download** next to any attachment to save it from the Dashboard.

## Delivery report

Each email detail page includes a **Delivery** section with the SMTP report from the receiving mail server. Use this to debug delivery issues:

* **Delivered** — the email was accepted by the recipient's mail server.
* **Bounced** — the email was rejected. The SMTP response explains the reason (e.g., mailbox full, address not found).
* **Deferred** — the email delivery was temporarily delayed. SignatureAPI retries automatically.

<Frame>
  <img src="https://mintcdn.com/signatureapi-daf4ee54/qtxExtgVQny5tCVE/docs/dashboard/images/email-delivery-report.png?fit=max&auto=format&n=qtxExtgVQny5tCVE&q=85&s=6357043dd4813662c32508434a13c210" alt="Delivery report" width="931" height="246" data-path="docs/dashboard/images/email-delivery-report.png" />
</Frame>

The SMTP report is especially useful when a recipient's status changes to [`soft_bounced`](/docs/api/resources/events/recipient-events#recipientsoft_bounced) or [`hard_bounced`](/docs/api/resources/events/recipient-events#recipienthard_bounced). It shows the exact response from the remote mail server, helping you identify whether the issue is a full mailbox, an invalid address, or a server-side block.

<Note>You need the **Manage envelopes** permission to view emails. See [Manage Team Members](/docs/dashboard/users) for details on roles and permissions.</Note>
