Module that renders html and text version of e-mails.
t() :: %Pow.Phoenix.Mailer.Mail{ html: term(), subject: term(), text: term(), user: term() }
new(Plug.Conn.t(), map(), {module(), atom()}, Keyword.t()) :: t()