X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0eb72b526bf8bbb011551ecf019f604e17a534f1..ba56503f90d099a215fb7375f5cb1cc1ac667e2c:/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 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