JOL/lib/jol/mailer.ex

4 lines
63 B
Elixir
Raw Normal View History

defmodule Jol.Mailer do
use Swoosh.Mailer, otp_app: :jol
end