diff options
author | Mark Felder <feld@feld.me> | 2021-02-06 11:28:55 -0600 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2021-02-06 11:28:55 -0600 |
commit | 9f98885388c9fad95aebddec42ad4a08f82d117a (patch) | |
tree | e87876922c46557c4b881ba3c7319e4593375975 /config | |
parent | d7262f7d2232343e47c2206b134a7d794e35c505 (diff) | |
download | pleroma-9f98885388c9fad95aebddec42ad4a08f82d117a.tar.gz |
No reason to suggest users try the useless "Local" mail adapter
Diffstat (limited to 'config')
-rw-r--r-- | config/description.exs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/config/description.exs b/config/description.exs index f84b52a4f..600fa87d7 100644 --- 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 ] }, %{ |