Email integration with PEC and MAILGUN services using api call.
This commit is contained in:
@@ -49,4 +49,9 @@ public class HubEntity extends BaseEntity{
|
||||
@Column(name = "EMAIL_SIGNATURE")
|
||||
private String emailSignature;
|
||||
|
||||
@Column(name = "EMAIL_SERVICE_TYPE")
|
||||
private String emailServiceType;
|
||||
|
||||
@Column(name = "EMAIL_SERVICE_CONFIG")
|
||||
private String emailServiceConfig;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user