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},
|
group: {:subgroup, Swoosh.Adapters.SMTP},
|
||||||
key: :retries,
|
key: :retries,
|
||||||
type: :integer,
|
type: :integer,
|
||||||
description: "`Swoosh.Adapters.SMTP` adapter specific setting",
|
description: "SMTP temporary (4xx) error retries",
|
||||||
suggestions: [5]
|
suggestions: [1]
|
||||||
},
|
},
|
||||||
%{
|
%{
|
||||||
group: {:subgroup, Swoosh.Adapters.Sendgrid},
|
group: {:subgroup, Swoosh.Adapters.Sendgrid},
|
||||||
|
|
Loading…
Reference in a new issue