mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
mybb: disable outgoing mail
This commit is contained in:
parent
a7d89d2a8a
commit
1c9cab0908
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ class ImportScripts::MyBB < ImportScripts::Base
|
|||
end
|
||||
|
||||
def execute
|
||||
SiteSetting.disable_emails=true
|
||||
import_users
|
||||
import_categories
|
||||
import_posts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue