View Source Pow.Phoenix.Mailer.Component (Pow v1.0.39)

Compnent macros for Pow.Phoenix.Mailer.

Usage

defmodule MyAppWeb.Web do
  @moduledoc false
  use Pow.Phoenix.Mailer.Component

  @html ~H"""
  <p>Hi, <% @user %>, this is <i>HTML</i>!</p>
  """

  @text ~P"""
  Hi, <%= @user %>, this is plain text!
  """
end

Summary

Functions

sigil_H(arg, list)

(macro)

sigil_P(arg, list)

(macro)