mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: replace mailcatcher references with mailhog (#14500)
This commit is contained in:
@@ -8,5 +8,5 @@ Discourse::Application.initialize!
|
||||
|
||||
# When in "dev" mode, ensure we won't be sending any emails
|
||||
if Rails.env.development? && ActionMailer::Base.smtp_settings != { address: "localhost", port: 1025 }
|
||||
fail "In development mode, you should be using mailcatcher otherwise you might end up sending thousands of digest emails"
|
||||
fail "In development mode, you should be using mailhog otherwise you might end up sending thousands of digest emails"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user