1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2025-01-24 17:48:39 +00:00
mobilizon/lib/eventos/mailer.ex

7 lines
103 B
Elixir
Raw Normal View History

defmodule Eventos.Mailer do
@moduledoc """
Mailer
"""
use Bamboo.Mailer, otp_app: :eventos
end