legendary-doc-site/apps/core/lib/core_mailer.ex

7 lines
136 B
Elixir
Raw Normal View History

2020-07-10 19:39:38 +00:00
defmodule CoreMailer do
@moduledoc """
The base mailer for email for the application.
"""
use Bamboo.Mailer, otp_app: :core
end