key: :adapter,
type: :module,
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: [
Swoosh.Adapters.SMTP,
Swoosh.Adapters.Sendgrid,
key: :ssl,
label: "SSL",
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},