Packages

A full featured, configurable authentication and user management system for Phoenix.

Security advisory: This version has known vulnerabilities. View advisories

Current section

Files

Jump to
coherence priv templates coh.install emails coherence coherence_mailer.ex
Raw

priv/templates/coh.install/emails/coherence/coherence_mailer.ex

defmodule <%= web_base %>.Coherence.Mailer do
@moduledoc false
if Coherence.Config.mailer?() do
use Swoosh.Mailer, otp_app: :coherence
end
end