4 lines
73 B
Elixir
4 lines
73 B
Elixir
|
defmodule Aggiedit.Mailer do
|
||
|
use Swoosh.Mailer, otp_app: :aggiedit
|
||
|
end
|