Skip to content

Commit

Permalink
CC providers on e-mails to requester
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgaldi committed Sep 12, 2023
1 parent 17ccdd8 commit 747b1b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public static void emailAccessRequest(EmailSender emailSender, AccessRequestPara
supportEmail, //reply (from)
subject,
escapeHtml(metaInfo) + "\n\n" + wrapContentWithAutoResponse(requesterBody) + "\n\n",
null,null,
providerEmail,null,
null
);

Expand Down

0 comments on commit 747b1b0

Please sign in to comment.