21 lines
731 B
Diff
21 lines
731 B
Diff
|
diff --git a/config/environments/production.rb b/gitlab-6/environments/production.rb
|
||
|
index 82eb250..10e25e5 100644
|
||
|
--- a/config/environments/production.rb
|
||
|
+++ b/config/environments/production.rb
|
||
|
@@ -73,11 +73,10 @@ Gitlab::Application.configure do
|
||
|
# config.active_record.auto_explain_threshold_in_seconds = 0.5
|
||
|
|
||
|
config.action_mailer.delivery_method = :sendmail
|
||
|
- # Defaults to:
|
||
|
- # # config.action_mailer.sendmail_settings = {
|
||
|
- # # location: '/usr/sbin/sendmail',
|
||
|
- # # arguments: '-i -t'
|
||
|
- # # }
|
||
|
+ config.action_mailer.sendmail_settings = {
|
||
|
+ location: '/usr/sbin/sendmail',
|
||
|
+ arguments: '-i'
|
||
|
+ }
|
||
|
config.action_mailer.perform_deliveries = true
|
||
|
config.action_mailer.raise_delivery_errors = true
|
||
|
end
|