diff --git a/config/environments/production.rb b/config/environments/production.rb index 7f94281c..186e2a07 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -69,6 +69,7 @@ # config.action_mailer.raise_delivery_errors = false config.action_mailer.delivery_method = :sendmail + config.action_mailer.default_options = {from: 'lib-no-reply@nyu.edu'} # Enable locale fallbacks for I18n (makes lookups for any locale fall back to # the I18n.default_locale when a translation cannot be found).