7 lines
136 B
Elixir
7 lines
136 B
Elixir
![]() |
defmodule CoreMailer do
|
||
|
@moduledoc """
|
||
|
The base mailer for email for the application.
|
||
|
"""
|
||
|
use Bamboo.Mailer, otp_app: :core
|
||
|
end
|