From 3eba6059b6b898d9ded51246eb85bfe895b20f84 Mon Sep 17 00:00:00 2001 From: raymond-hughes Date: Fri, 12 Jul 2024 10:03:00 -0400 Subject: [PATCH] Revert email address --- 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