Skip to content

Commit

Permalink
#268 Send an email to all those who have participated
Browse files Browse the repository at this point in the history
  • Loading branch information
iratigarzon committed May 20, 2024
1 parent 4823361 commit 24feedf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public static void sendEmailToAllUsersOfAnAction(RegAction regAction, ResourceBu
LinkedHashSet<InternetAddress> users = new LinkedHashSet<>();
users.add(new InternetAddress(regAction.getSubmittedBy().getEmail()));
users.add(new InternetAddress(regAction.getApprovedBy().getEmail()));
users.add(new InternetAddress(regAction.getPublishedBy().getEmail()));
users.add(new InternetAddress(regAction.getRegUser().getEmail()));

if (!users.isEmpty()) {
Expand Down

0 comments on commit 24feedf

Please sign in to comment.