Browse Source

Update SMTP error description and default value

youtube-fix
Mark Felder 3 years ago
parent
commit
227dd84f11
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      config/description.exs

+ 2
- 2
config/description.exs 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},


Loading…
Cancel
Save