Improved Mailer descriptions
This commit is contained in:
parent
f736501e97
commit
4dbb08a19f
2 changed files with 4 additions and 3 deletions
|
|
@ -217,7 +217,7 @@ config :pleroma, :config_description, [
|
|||
%{
|
||||
key: :enabled,
|
||||
label: "Mailer Enabled",
|
||||
type: :boolean,
|
||||
type: :boolean
|
||||
},
|
||||
%{
|
||||
key: :adapter,
|
||||
|
|
@ -320,7 +320,7 @@ config :pleroma, :config_description, [
|
|||
group: {:subgroup, Swoosh.Adapters.Sendmail},
|
||||
key: :qmail,
|
||||
label: "Qmail compat mode",
|
||||
type: :boolean,
|
||||
type: :boolean
|
||||
},
|
||||
%{
|
||||
group: {:subgroup, Swoosh.Adapters.Mandrill},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue