From 67e62f3b1da6a3247513bc0123af5a4f8205d5aa Mon Sep 17 00:00:00 2001 From: Raymond Hughes <131811099+raymond-hughes@users.noreply.github.com> Date: Fri, 12 Jul 2024 10:17:25 -0400 Subject: [PATCH] Revert email address (#22141) --- app/mailers/dispatch_mailer.rb | 2 +- spec/mailers/dispatch_mailer_spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/mailers/dispatch_mailer.rb b/app/mailers/dispatch_mailer.rb index 0c026bfca65..87da8af8e23 100644 --- a/app/mailers/dispatch_mailer.rb +++ b/app/mailers/dispatch_mailer.rb @@ -6,7 +6,7 @@ ## # rubocop:disable Rails/ApplicationMailer class DispatchMailer < ActionMailer::Base - default from: "Board of Veterans' Appeals " + default from: "Board of Veterans' Appeals " layout "dispatch_mailer" helper VirtualHearings::LinkHelper diff --git a/spec/mailers/dispatch_mailer_spec.rb b/spec/mailers/dispatch_mailer_spec.rb index 4e6cf0cb1ed..74422e993b8 100644 --- a/spec/mailers/dispatch_mailer_spec.rb +++ b/spec/mailers/dispatch_mailer_spec.rb @@ -14,7 +14,7 @@ subject { DispatchMailer.dispatch(email_address: email_address, appeal: appeal) } describe "#dispatch" do it "has the correct from" do - expect(subject.from).to include("BoardofVeteransAppealsDecisions@messages.va.gov") + expect(subject.from).to include("BoardofVeteransAppealsHearings@messages.va.gov") end it "has the correct subject line" do