Getting rid of the var indirection and using a bin path instead
This commit is contained in:
@@ -11,7 +11,7 @@ index a9d8ac4..85f13f5 100644
|
||||
- # # arguments: '-i -t'
|
||||
- # # }
|
||||
+ config.action_mailer.sendmail_settings = {
|
||||
+ location: '/run/wrappers/sendmail',
|
||||
+ location: '/run/wrappers/bin/sendmail',
|
||||
+ arguments: '-i -t'
|
||||
+ }
|
||||
config.action_mailer.perform_deliveries = true
|
||||
|
||||
Reference in New Issue
Block a user