forked from AkkomaGang/akkoma
Update SMTP error description and default value
This commit is contained in:
parent
9e3e8e2e30
commit
227dd84f11
1 changed files with 2 additions and 2 deletions
|
@ -292,8 +292,8 @@
|
|||
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…
Reference in a new issue