[#1062] added option to disable send email
This commit is contained in:
parent
b00620b378
commit
12b1454245
10 changed files with 200 additions and 8 deletions
|
|
@ -23,7 +23,7 @@ config :pleroma, Pleroma.Upload, filters: [], link_name: false
|
|||
|
||||
config :pleroma, Pleroma.Uploaders.Local, uploads: "test/uploads"
|
||||
|
||||
config :pleroma, Pleroma.Emails.Mailer, adapter: Swoosh.Adapters.Test
|
||||
config :pleroma, Pleroma.Emails.Mailer, adapter: Swoosh.Adapters.Test, enabled: true
|
||||
|
||||
config :pleroma, :instance,
|
||||
email: "admin@example.com",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue