[#502] Fixed `user_count` in `/api/v1/instance` to include only active local users.
[akkoma] / lib / pleroma / emails / mailer.ex
1 # Pleroma: A lightweight social networking server
2 # Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
3 # SPDX-License-Identifier: AGPL-3.0-only
4
5 defmodule Pleroma.Mailer do
6 use Swoosh.Mailer, otp_app: :pleroma
7 end