Update Swoosh docs URL, lint
This commit is contained in:
parent
cfc474c5f7
commit
9e3e8e2e30
|
@ -218,7 +218,7 @@
|
||||||
key: :adapter,
|
key: :adapter,
|
||||||
type: :module,
|
type: :module,
|
||||||
description:
|
description:
|
||||||
"One of the mail adapters listed in [Swoosh readme](https://github.com/swoosh/swoosh#adapters)",
|
"One of the mail adapters listed in [Swoosh documentation](https://hexdocs.pm/swoosh/Swoosh.html#module-adapters)",
|
||||||
suggestions: [
|
suggestions: [
|
||||||
Swoosh.Adapters.SMTP,
|
Swoosh.Adapters.SMTP,
|
||||||
Swoosh.Adapters.Sendgrid,
|
Swoosh.Adapters.Sendgrid,
|
||||||
|
@ -271,7 +271,7 @@
|
||||||
key: :ssl,
|
key: :ssl,
|
||||||
label: "SSL",
|
label: "SSL",
|
||||||
type: :boolean,
|
type: :boolean,
|
||||||
description: "Use implicit SSL/TLS: e.g., port 465",
|
description: "Use implicit SSL/TLS: e.g., port 465"
|
||||||
},
|
},
|
||||||
%{
|
%{
|
||||||
group: {:subgroup, Swoosh.Adapters.SMTP},
|
group: {:subgroup, Swoosh.Adapters.SMTP},
|
||||||
|
|
Loading…
Reference in New Issue