elixir-toy-service/elixir_toy_service/lib/toy_service/mailer.ex

4 lines
78 B
Elixir
Raw Normal View History

2024-09-01 17:42:28 +00:00
defmodule ToyService.Mailer do
use Swoosh.Mailer, otp_app: :toy_service
end