TestPhoenixLiveView/lib/test_phoenix_live_view/mailer.ex

4 lines
98 B
Elixir
Raw Permalink Normal View History

2024-02-13 20:16:34 +01:00
defmodule TestPhoenixLiveView.Mailer do
use Swoosh.Mailer, otp_app: :test_phoenix_live_view
end