X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/060d38d627bd1e51dd2b3c6e7de9af6aa7d7b6f3..f30e59af90558e47a4156566d0209bc8efacd85a:/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 8615cea3a8..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.email_from - default to: Rails.configuration.support_email_address + default from: Rails.configuration.Mail.EmailFrom + default to: Rails.configuration.Mail.SupportEmailAddress def send_request(user, params) @user = user