cannery/lib/cannery/mailer.ex

8 lines
123 B
Elixir
Raw Normal View History

2022-01-21 20:36:25 -05:00
defmodule Cannery.Mailer do
2022-01-22 21:40:29 -05:00
@moduledoc """
Mailer adapter for emails
"""
2022-01-21 20:36:25 -05:00
use Swoosh.Mailer, otp_app: :cannery
end