> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mailofly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Share Email

> Generate a public web preview link for a sent email.

Creates a shareable web-view URL for a sent transactional or campaign email.

### Path Parameters

<ParamField path="id" type="string" required>
  The unique ID of the sent email (`msg_...`).
</ParamField>

### Response

<ResponseField name="id" type="string">
  Message identifier.
</ResponseField>

<ResponseField name="preview_url" type="string">
  Publicly accessible URL to view the rendered HTML email in the browser.
</ResponseField>

<ResponseField name="expires_at" type="string">
  ISO-8601 expiration date of the preview link, or null if permanent.
</ResponseField>


## Related topics

- [How do Dedicated IPs work?](/guides/sending/how-do-dedicated-ips-work.md)
- [mailofly.dev Domain Error](/guides/domains/mailofly-dev-domain-error.md)
- [Manage Emails](/sending/manage-emails.md)
- [Email types](/getting-started/email-types.md)
- [Send Email](/api/emails/send-email.md)
