X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/245a1c2e6a63ed119eee2605512f99daa3cf722a..df1ebc0e3184afd3fb66414651fc1aec713928bf:/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 212dd7dbf9..8066b0b5bb 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.issue_reporter_email_from - default to: Rails.configuration.issue_reporter_email_to + default from: Rails.configuration.Mail.IssueReporterEmailFrom + default to: Rails.configuration.Mail.IssueReporterEmailTo def send_report(user, params) @user = user