config :pleroma, Pleroma.Emails.Mailer, adapter: Swoosh.Adapters.SMTP, relay: "server", username: "user", password: "password", port: 465, ssl: true, tls: :always, auth: :always config :pleroma, :instance, name: "ausdenken!", email: "anzulegen", notify_email: "anzulegen", limit: 5000, registrations_open: false, invites_enabled: true config :pleroma, :gopher, enabled: true ...