diff options
Diffstat (limited to 'config/environments')
| -rw-r--r-- | config/environments/production.rb | 3 |
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 | } |
| 34 | ActionMailer::Base.perform_deliveries = true | 34 | ActionMailer::Base.perform_deliveries = true |
| 35 | ActionMailer::Base.raise_delivery_errors = true \ No newline at end of file | 35 | ActionMailer::Base.raise_delivery_errors = true |
| 36 | |||
