Packages

Adds helpful extras to Guardian like default mailer support, as well as out of the box controllers and routes

Current section

Files

Jump to
sentinel lib sentinel web views email_view.ex
Raw

lib/sentinel/web/views/email_view.ex

defmodule Sentinel.EmailView do
use Phoenix.View, root: "lib/sentinel/web/templates/email/", namespace: Bamboo.EmailView
use Phoenix.HTML
alias Sentinel.Config
end