X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e824ef364a6efd3c02bce159973f4098d794865c..0f644e242ef37c911ad3dc25aca8135c339de349:/apps/workbench/app/mailers/issue_reporter.rb diff --git a/apps/workbench/app/mailers/issue_reporter.rb b/apps/workbench/app/mailers/issue_reporter.rb index 5f3cf13386..de07122c2f 100644 --- a/apps/workbench/app/mailers/issue_reporter.rb +++ b/apps/workbench/app/mailers/issue_reporter.rb @@ -1,6 +1,10 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class IssueReporter < ActionMailer::Base - default from: Rails.configuration.report_notifier_email_from - default to: Rails.configuration.report_notifier_email_to + default from: Rails.configuration.issue_reporter_email_from + default to: Rails.configuration.issue_reporter_email_to def send_report(user, params) @user = user