Add beneficiary email while sending the mail

This commit is contained in:
rajesh
2025-10-24 13:39:14 +05:30
parent 6166f92801
commit 80d142ba94
4 changed files with 25 additions and 3 deletions

View File

@@ -8,7 +8,8 @@ public enum RecipientTypeEnum {
USER("USER"),
COMPANY("COMPANY"),
PROPERTIES("PROPERTIES"),
INSTRUCTOR("INSTRUCTOR");
INSTRUCTOR("INSTRUCTOR"),
APPLICATION_PEC("APPLICATION_PEC");
private String value;