PhoenixKit.Modules.Emails.Web.Details (phoenix_kit_emails v0.1.6)

Copy Markdown View Source

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.

Summary

Functions

Callback implementation for Phoenix.LiveView.render/1.

Functions

render(assigns)

Callback implementation for Phoenix.LiveView.render/1.