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

Compnent macros for Pow.Phoenix.Mailer.

usage

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

Link to this section Summary

Link to this section Functions

Link to this macro

sigil_H(arg, list)

View Source (macro)
Link to this macro

sigil_P(arg, list)

View Source (macro)