X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0561bd0c3c07257fd58ded6c7cfa5feeae97af57..ba56503f90d099a215fb7375f5cb1cc1ac667e2c:/apps/workbench/app/mailers/issue_reporter.rb?ds=sidebyside diff --git a/apps/workbench/app/mailers/issue_reporter.rb b/apps/workbench/app/mailers/issue_reporter.rb index de07122c2f..8066b0b5bb 100644 --- a/apps/workbench/app/mailers/issue_reporter.rb +++ b/apps/workbench/app/mailers/issue_reporter.rb @@ -3,8 +3,8 @@ # 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