From 777ffc3d66dcfb472a43e56e6fdb476b870275a5 Mon Sep 17 00:00:00 2001 From: Adrien Lamothe Date: Sat, 6 Oct 2012 13:41:44 -0700 Subject: Update railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt --- .../rails/app/templates/config/environments/production.rb.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'railties/lib/rails') diff --git a/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt b/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt index cb3e8b123e..b1425d6d80 100644 --- a/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt +++ b/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt @@ -55,7 +55,8 @@ # config.assets.precompile += %w( search.js ) <%- end -%> - # Disable delivery errors, bad email addresses will be ignored. + # Ignore bad email addresses and do not raise email delivery errors. + # If set to true, delivery errors will be raised if the external email server is configured for immediate delivery. # config.action_mailer.raise_delivery_errors = false # Enable threaded mode. -- cgit v1.2.3