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

LiveView for displaying and managing emails in PhoenixKit admin panel.

Provides comprehensive email interface with filtering, searching,
and detailed analytics for sent emails.

## Features

- **Real-time Log List**: Live updates of emails
- **Advanced Filtering**: By status, date range, recipient, campaign, template
- **Search Functionality**: Search across recipients, subjects, campaigns
- **Pagination**: Handle large volumes of emails
- **Export**: CSV export functionality
- **Quick Actions**: Resend, view details, mark as reviewed
- **Statistics Summary**: Key metrics at the top of the page

## Route

This LiveView is mounted at `{prefix}/admin/emails` 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*
