mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
disable all outgoing emails in base importer
This commit is contained in:
parent
f10b663eb4
commit
b4e0cddcc9
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class ImportScripts::Base
|
|||
min_personal_message_post_length: 1,
|
||||
min_personal_message_title_length: 1,
|
||||
allow_duplicate_topic_titles: true,
|
||||
disable_emails: "non-staff",
|
||||
disable_emails: 'yes',
|
||||
max_attachment_size_kb: 102400,
|
||||
max_image_size_kb: 102400,
|
||||
authorized_extensions: '*'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue