X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9e01d65e64173caf29ef750c7d29c2b3d424c4ab..72e22b49ec2721d3a1369da768d3d74fa9c079c3:/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..212dd7dbf9 100644 --- a/apps/workbench/app/mailers/issue_reporter.rb +++ b/apps/workbench/app/mailers/issue_reporter.rb @@ -1,6 +1,6 @@ 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