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

This commit is contained in:
Mark Felder 2021-02-06 11:28:55 -06:00
parent d7262f7d22
commit 9f98885388
1 changed files with 2 additions and 4 deletions

View File

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