mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-23 00:14:48 +00:00
b60e8b7647
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
6 lines
103 B
Elixir
6 lines
103 B
Elixir
defmodule Eventos.Mailer do
|
|
@moduledoc """
|
|
Mailer
|
|
"""
|
|
use Bamboo.Mailer, otp_app: :eventos
|
|
end
|