6 lines
146 B
Elixir
6 lines
146 B
Elixir
defmodule Legendary.CoreMailer do
|
|
@moduledoc """
|
|
The base mailer for email for the application.
|
|
"""
|
|
use Bamboo.Mailer, otp_app: :core
|
|
end
|