Done ticket GEPAFINBE-199 Implemented the code to send the email to rinaldo from mailgun service like bflows.
This commit is contained in:
@@ -5,7 +5,8 @@ import com.fasterxml.jackson.annotation.JsonValue;
|
||||
public enum EmailServiceTypeEnum {
|
||||
|
||||
MAILGUN_SERVICE("MAILGUN_SERVICE"),
|
||||
PEC_SERVICE("PEC_SERVICE");
|
||||
PEC_SERVICE("PEC_SERVICE"),
|
||||
SYSTEM_EMAIL_SERVICE("SYSTEM_EMAIL_SERVICE");
|
||||
|
||||
private String value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user