mix phoenix_kit_emails.install (phoenix_kit_emails v0.1.5)

Copy Markdown View Source

Installs PhoenixKit Emails module into parent application.

Adds the required @source directive to your CSS file so Tailwind CSS can discover classes used by the emails module's templates.

Usage

mix phoenix_kit_emails.install

What it does

  1. Finds your assets/css/app.css file
  2. Adds @source "../../deps/phoenix_kit_emails"; after existing @source lines
  3. Prints next steps for AWS SES configuration

This task is idempotent — safe to run multiple times.