File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
BrainPortal/config/environments Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 5757 # config.active_job.queue_name_prefix = "BrainPortal5_#{Rails.env}"
5858 config . action_mailer . perform_caching = false
5959
60+ # Use array option for sendmail for compatibility with mail gem 2.8+
61+ # Fixes #1588. Uncomment and adjust the location if sendmail is used.
62+ # The path can be overridden via CBRAIN_SENDMAIL_PATH for custom installs.
63+ # config.action_mailer.delivery_method = :sendmail
64+ # config.action_mailer.sendmail_settings = {
65+ # location: ENV.fetch('CBRAIN_SENDMAIL_PATH', '/usr/sbin/sendmail'),
66+ # arguments: ['-i']
67+ # }
68+
6069 # Ignore bad email addresses and do not raise email delivery errors.
6170 # Set this to true and configure the email server for immediate delivery to raise delivery errors.
6271 # config.action_mailer.raise_delivery_errors = false
You can’t perform that action at this time.
0 commit comments