X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/668a799436295a17223096392898cf257d8dfc76..94972ae20fa5d9dde7dc814695a970e9d5bad4a7:/apps/workbench/app/mailers/request_shell_access_reporter.rb diff --git a/apps/workbench/app/mailers/request_shell_access_reporter.rb b/apps/workbench/app/mailers/request_shell_access_reporter.rb index d6413c92be..32de8d7821 100644 --- a/apps/workbench/app/mailers/request_shell_access_reporter.rb +++ b/apps/workbench/app/mailers/request_shell_access_reporter.rb @@ -3,8 +3,8 @@ # SPDX-License-Identifier: AGPL-3.0 class RequestShellAccessReporter < ActionMailer::Base - default from: Rails.configuration.EmailFrom - default to: Rails.configuration.SupportEmailAddress + default from: Rails.configuration.Mail.EmailFrom + default to: Rails.configuration.Mail.SupportEmailAddress def send_request(user, params) @user = user