6
lib/eventos_web/emails/coherence/coherence_mailer.ex
Normal file
6
lib/eventos_web/emails/coherence/coherence_mailer.ex
Normal file
@@ -0,0 +1,6 @@
|
||||
defmodule EventosWeb.Coherence.Mailer do
|
||||
@moduledoc false
|
||||
if Coherence.Config.mailer?() do
|
||||
use Swoosh.Mailer, otp_app: :coherence
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user