summaryrefslogtreecommitdiff
path: root/config/environments
diff options
context:
space:
mode:
Diffstat (limited to 'config/environments')
-rw-r--r--config/environments/production.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb
index 68ceccd..3195745 100644
--- a/config/environments/production.rb
+++ b/config/environments/production.rb
@@ -32,4 +32,5 @@ ActionMailer::Base.sendmail_settings = {
32 :arguments => '-i -t' 32 :arguments => '-i -t'
33} 33}
34ActionMailer::Base.perform_deliveries = true 34ActionMailer::Base.perform_deliveries = true
35ActionMailer::Base.raise_delivery_errors = true \ No newline at end of file 35ActionMailer::Base.raise_delivery_errors = true
36