mobilizon.chapril.org-mobil.../lib/eventos_web/emails/coherence/coherence_mailer.ex

7 lines
148 B
Elixir

defmodule EventosWeb.Coherence.Mailer do
@moduledoc false
if Coherence.Config.mailer?() do
use Swoosh.Mailer, otp_app: :coherence
end
end