4 lines
88 B
Elixir
4 lines
88 B
Elixir
|
defmodule SomethingErlang.Mailer do
|
||
|
use Swoosh.Mailer, otp_app: :something_erlang
|
||
|
end
|