Mix.Pow.Phoenix.Mailer (Pow v1.0.25) View Source

Utilities module for mix phoenix mailer tasks.

Link to this section Summary

Functions

Creates mailer template files for the web module.

Creates a mailer view file for the web module.

Link to this section Functions

Link to this function

create_templates(module, name, web_prefix, mails)

View Source

Specs

create_templates(atom(), binary(), binary(), [binary()]) :: :ok

Creates mailer template files for the web module.

Link to this function

create_view_file(module, name, web_mod, web_prefix, mails)

View Source

Specs

create_view_file(atom(), binary(), atom(), binary(), [binary()]) :: :ok

Creates a mailer view file for the web module.