Update SMTP error description and default value

This commit is contained in:
Mark Felder 2021-02-06 12:06:47 -06:00
parent 9e3e8e2e30
commit 227dd84f11
1 changed files with 2 additions and 2 deletions

View File

@ -292,8 +292,8 @@ config :pleroma, :config_description, [
group: {:subgroup, Swoosh.Adapters.SMTP},
key: :retries,
type: :integer,
description: "`Swoosh.Adapters.SMTP` adapter specific setting",
suggestions: [5]
description: "SMTP temporary (4xx) error retries",
suggestions: [1]
},
%{
group: {:subgroup, Swoosh.Adapters.Sendgrid},