elixir_channels_demo/lib/demo/mailer.ex

4 lines
65 B
Elixir

defmodule Demo.Mailer do
use Swoosh.Mailer, otp_app: :demo
end