SmtpConfiguration
SMTP Configuration
| Field : Object | Description |
|---|---|
| defaultSmtp: Boolean | A flag to tell if either the SMTP is the default for the organization or not |
| encryptedPassword: String | The user password to authenticate on the SMTP server, encrypted |
| host: String | The HOST address to the SMTP server |
| id: ID | the ID of the SMTP Configuration |
| ipRelayAuth: Boolean | Whether its an ip relay auth or not |
| organizationId: ID | The ID of the Organization which this SMTP configuration belongs |
| outlookIntegration: Boolean | Whether its an outlook integration or not |
| port: String | The PORT of the SMTP server |
| username: String | The username used to authenticate on the SMTP server |