Skip to content

Commit

Permalink
Revert email address
Browse files Browse the repository at this point in the history
  • Loading branch information
raymond-hughes committed Jul 12, 2024
1 parent 35aa3b0 commit 3eba605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/mailers/dispatch_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
##
# rubocop:disable Rails/ApplicationMailer
class DispatchMailer < ActionMailer::Base
default from: "Board of Veterans' Appeals <BoardofVeteransAppealsDecisions@messages.va.gov>"
default from: "Board of Veterans' Appeals <BoardofVeteransAppealsHearings@messages.va.gov>"
layout "dispatch_mailer"
helper VirtualHearings::LinkHelper

Expand Down
2 changes: 1 addition & 1 deletion spec/mailers/dispatch_mailer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3eba605

Please sign in to comment.