live_svelte/example_project/lib/example/mailer.ex

4 lines
71 B
Elixir
Raw Permalink Normal View History

2023-03-15 01:18:15 +00:00
defmodule Example.Mailer do
use Swoosh.Mailer, otp_app: :example
end