90ceb4f6fe
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
7 lines
148 B
Elixir
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
|