|
|
|
|
@ -58,6 +58,8 @@ Rails.application.configure do
|
|
|
|
|
|
|
|
|
|
config.action_mailer.perform_caching = false |
|
|
|
|
|
|
|
|
|
config.action_mailer.default_url_options = { host: ENV['PRODUCTION_HOST'], port: 3000 } |
|
|
|
|
|
|
|
|
|
# Ignore bad email addresses and do not raise email delivery errors. |
|
|
|
|
# Set this to true and configure the email server for immediate delivery to raise delivery errors. |
|
|
|
|
# config.action_mailer.raise_delivery_errors = false |
|
|
|
|
|