Skip to content

Commit

Permalink
Ajout copie mail erreur
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-chmbn committed Aug 31, 2023
1 parent 030a983 commit 435e61c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ public static String sendMail(String wsMailURL, List to, String mailTheses, Stri
mailJSON = new MailJSON(new ArrayList<>() {{
add(mailTheses);
}}, new ArrayList<>() {
{
add(mail);
}
}, new ArrayList<>() {
}, subject, MailTemplates.mailSignalerErreurNoRecipient(domaine, url, nom, prenom, mail, objet, question, appSource));
}
Expand Down

0 comments on commit 435e61c

Please sign in to comment.