# `PhoenixKit.Modules.Emails.Web.Details`
[🔗](https://github.com/BeamLabEU/phoenix_kit_emails/blob/0.4.2/lib/phoenix_kit/modules/emails/web/details.ex#L1)

LiveView for displaying detailed information about a specific email log.

Provides comprehensive view of email metadata, delivery status, events timeline,
and performance analytics for individual emails.

## Features

- **Complete Email Metadata**: Headers, size, attachments, template info
- **Events Timeline**: Chronological view of all email events
- **Delivery Status**: Real-time status tracking and updates
- **Geographic Data**: Location info for opens and clicks
- **Performance Metrics**: Individual email analytics
- **Debugging Info**: Technical details for troubleshooting
- **Related Emails**: Other emails in same campaign/template

## Route

This LiveView is mounted at `{prefix}/admin/emails/email/:id` and requires
appropriate admin permissions.

Note: `{prefix}` is your configured PhoenixKit URL prefix (default: `/phoenix_kit`).

The route is auto-generated by PhoenixKit from `admin_tabs/0` at compile time and
injected into `live_session :phoenix_kit_admin`. Do not declare this route in your
parent app's `router.ex`. See `phoenix_kit/guides/custom-admin-pages.md`.

## Permissions

Access is restricted to users with admin or owner roles in PhoenixKit.

# `render`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
