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

4 lines
71 B
Elixir
Raw Normal View History

2019-07-25 15:56:03 +00:00
defmodule Backend.Mailer do
use Swoosh.Mailer, otp_app: :backend
end