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 5531f4c commit 503bfe5Copy full SHA for 503bfe5
config/environments/test.rb
@@ -31,10 +31,10 @@
31
# Tell Action Mailer not to deliver emails to the real world.
32
# The :test delivery method accumulates sent emails in the
33
# ActionMailer::Base.deliveries array.
34
- config.action_mailer.delivery_method = :test
+ # config.action_mailer.delivery_method = :test
35
36
# Set host to be used by links generated in mailer templates.
37
- config.action_mailer.default_url_options = { host: "example.com" }
+ # config.action_mailer.default_url_options = { host: "example.com" }
38
39
# Print deprecation notices to the stderr.
40
config.active_support.deprecation = :stderr
0 commit comments