Skip to content

Commit

Permalink
Merge pull request #4375 from pulibrary/i4374-no-cc-email
Browse files Browse the repository at this point in the history
[#4374] Remove unneeded cc_email call
  • Loading branch information
christinach authored Sep 20, 2024
2 parents a7a3f17 + c26cb80 commit 71ece50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/mailers/requests/request_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def recap_no_items_confirmation(submission)
destination_email = @submission.email
subject = I18n.t('requests.recap.email_subject')
mail(to: destination_email,
cc: cc_email,
from: I18n.t('requests.default.email_from'),
subject:)
end
Expand Down

0 comments on commit 71ece50

Please sign in to comment.