blob: 8d12641f20bd91ca713bd1e9fbd4ba296955d2e9 (
plain)
1
2
3
4
5
6
7
|
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Mailer do
use Swoosh.Mailer, otp_app: :pleroma
end
|