We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7c909 commit 69b96ffCopy full SHA for 69b96ff
config/environments/production.rb
@@ -95,7 +95,7 @@
95
}
96
else
97
config.action_mailer.delivery_method = :test
98
- Rails.logger.warn '[Mailer] SMTP_USERNAME/SMTP_PASSWORD not set — mail delivery disabled (using :test adapter)'
+ warn '[Mailer] SMTP_USERNAME/SMTP_PASSWORD not set — mail delivery disabled (using :test adapter)'
99
end
100
101
config.i18n.fallbacks = true
0 commit comments