as_deps_example/apps/hello_world/lib/hello_world/mailer.ex

4 lines
78 B
Elixir
Raw Normal View History

2022-11-30 16:32:19 -06:00
defmodule HelloWorld.Mailer do
use Swoosh.Mailer, otp_app: :hello_world
end