No reason to suggest users try the useless "Local" mail adapter
authorMark Felder <feld@feld.me>
Sat, 6 Feb 2021 17:28:55 +0000 (11:28 -0600)
committerMark Felder <feld@feld.me>
Sat, 6 Feb 2021 17:28:55 +0000 (11:28 -0600)
config/description.exs

index f84b52a4f6904822f75f037990a2aeacf38b09c7..600fa87d7c0ce302fad7601a7ac8e7791fb7c138 100644 (file)
@@ -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
         ]
       },
       %{