more sensible mailer option defaults
Conflicts: app/mailers/base_mailer.rb config/app_config.yml.SAMPLE spec/app_config.yml
This commit is contained in:
parent
ecf5601023
commit
63d52db91b
6 changed files with 17 additions and 11 deletions
|
|
@ -75,6 +75,9 @@ Foodsoft::Application.configure do
|
|||
# Disable automatic flushing of the log to improve performance.
|
||||
# config.autoflush_log = false
|
||||
|
||||
# Configure hostname for action mailer (can be overridden in foodcoop config)
|
||||
config.action_mailer.default_url_options = { host: `hostname -f`, protocol: 'https' }
|
||||
|
||||
# Use sendmail to avoid ssl cert problems
|
||||
config.action_mailer.delivery_method = :sendmail
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue