Current section

Files

Jump to
legendary_core lib core_mailer.ex
Raw

lib/core_mailer.ex

defmodule Legendary.CoreMailer do
@moduledoc """
The base mailer for email for the application.
"""
use Bamboo.Mailer, otp_app: :core
end