smtp
Description: settings for SMTP : OBJECT
| Element | Type | Description |
| enabled | BOOL | Enables or disables SMTP, which allows the device to send email messages (default:false) |
| maxNumberOfEntries | STRING | Specifies the number of mail log entries kept for completed emails in the device. (10-1000) |
| password | STRING | Specifies the SMTP password |
| serverAddress | STRING | Specifies the SMTP server’s address |
| serverPort | STRING | Specifies the SMTP server’s port number |
| sourceEmailAddress | STRING | Specifies the device email address. This address is displayed as the From address in a sent email. |
| username | STRING | Specifies the SMTP username |