From 6754777adf02b62535e27298cff1abadc1d11a2d Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Thu, 11 Oct 2012 00:59:29 +0530 Subject: copy-edit the email delivery errors comment --- .../generators/rails/app/templates/config/environments/production.rb.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/lib/rails/generators') 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 b1425d6d80..ddfdd9720d 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 @@ -56,7 +56,7 @@ <%- end -%> # 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. + # Set this to true and configure the email server for immediate delivery to raise delivery errors. # config.action_mailer.raise_delivery_errors = false # Enable threaded mode. -- cgit v1.2.3