TestPhoenixLiveView/lib/test_phoenix_live_view/mailer.ex
2024-02-13 20:16:34 +01:00

3 lines
98 B
Elixir

defmodule TestPhoenixLiveView.Mailer do
use Swoosh.Mailer, otp_app: :test_phoenix_live_view
end