PhoenixKitWeb.Live.Modules.Emails.Details (phoenix_kit v1.5.2)

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/:id and requires appropriate admin permissions.

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

Usage

# In your Phoenix router
live "/email-logs/:id", PhoenixKitWeb.Live.Modules.Emails.EmailDetailsLive, :show

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.