Add beneficiary email while sending the mail
This commit is contained in:
@@ -8,7 +8,8 @@ public enum RecipientTypeEnum {
|
||||
USER("USER"),
|
||||
COMPANY("COMPANY"),
|
||||
PROPERTIES("PROPERTIES"),
|
||||
INSTRUCTOR("INSTRUCTOR");
|
||||
INSTRUCTOR("INSTRUCTOR"),
|
||||
APPLICATION_PEC("APPLICATION_PEC");
|
||||
|
||||
private String value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user