EmailSetting
Field | NULL | Description | Note |
---|---|---|---|
displayName string | The display name | ||
emailFromAddress string | The From email address | ||
useSystemConfiguration boolean | Whether to use system email configuration | ||
server string | The server | ||
port integer | The port | ||
secureConnection boolean | Whether to use SSL/TLS | ||
login string | The login | ||
password string | The password | ||
tenantId string (GUID) | Y | The id of the tenant if available |
Inherited fields:
Entity
Field | NULL | Description | Note |
---|---|---|---|
id string (GUID) | The id of this object Example: 572bd576-8c92-4901-ab2a-b16e38144813 | Allow null incase insert a new entity | |
state integer | The entity state of this object
| ||
deleted boolean | Is this object deleted | ||
inserted boolean | Is this object inserted | ||
version string | Y | The version | |
created datetime in ISO 8601 format | Y | The created datetime | |
createdBy string | The creator | ||
modified datetime in ISO 8601 format | Y | The modification datetime | |
modifiedBy string | The user who last modified this object |
Sample:
{"displayName":null,"emailFromAddress":"contact@izenda.com","useSystemConfiguration":false,"server":"localhost","port":25,"secureConnection":false,"login":"mail","password":"EW+9H/VRg8TH0sWNiPuwpg==","tenantId":null,"id":"1262295f-2b44-4fa2-9446-cda5e029a15c","state":0,"deleted":false,"inserted":true,"version":1,"created":"2017-01-05T04:58:20.6430000+07:00","createdBy":"John Doe","modified":"2017-01-05T04:58:20.6430000+07:00","modifiedBy":"John Doe"}