4 lines
69 B
Elixir
4 lines
69 B
Elixir
|
defmodule Ketbin.Mailer do
|
||
|
use Swoosh.Mailer, otp_app: :ketbin
|
||
|
end
|