X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c5fa3f7b2faea363cf73c7e4a2880086c7c9e4f0..42c20b25e1325124b88e3b9b285544dc41122b56:/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 019557309d..32de8d7821 100644 --- a/apps/workbench/app/mailers/request_shell_access_reporter.rb +++ b/apps/workbench/app/mailers/request_shell_access_reporter.rb @@ -1,6 +1,10 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# 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