index.community/backend/lib/mailer/mailer.ex

4 lines
71 B
Elixir

defmodule Backend.Mailer do
use Swoosh.Mailer, otp_app: :backend
end