logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 9f98885388c9fad95aebddec42ad4a08f82d117a
parent d7262f7d2232343e47c2206b134a7d794e35c505
Author: Mark Felder <feld@feld.me>
Date:   Sat,  6 Feb 2021 11:28:55 -0600

No reason to suggest users try the useless "Local" mail adapter

Diffstat:

Mconfig/description.exs6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/config/description.exs b/config/description.exs @@ -218,8 +218,7 @@ config :pleroma, :config_description, [ key: :adapter, type: :module, description: - "One of the mail adapters listed in [Swoosh readme](https://github.com/swoosh/swoosh#adapters)," <> - " or Swoosh.Adapters.Local for in-memory mailbox", + "One of the mail adapters listed in [Swoosh readme](https://github.com/swoosh/swoosh#adapters)", suggestions: [ Swoosh.Adapters.SMTP, Swoosh.Adapters.Sendgrid, @@ -232,8 +231,7 @@ config :pleroma, :config_description, [ Swoosh.Adapters.AmazonSES, Swoosh.Adapters.Dyn, Swoosh.Adapters.SocketLabs, - Swoosh.Adapters.Gmail, - Swoosh.Adapters.Local + Swoosh.Adapters.Gmail ] }, %{