Ver código fonte

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

youtube-fix
Mark Felder 3 anos atrás
pai
commit
9f98885388
1 arquivos alterados com 2 adições e 4 exclusões
  1. +2
    -4
      config/description.exs

+ 2
- 4
config/description.exs Ver arquivo

@@ -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
]
},
%{


Carregando…
Cancelar
Salvar