SMTP email client config
SMTP email client config that will be used to send logs on email. Log events: outgoing_call, device_reboot, sip_registeration_loss
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
- enabled boolean
Default value:
false
client object
username stringname stringpassword stringEmail password
recipient object
username stringsubject stringserver object
host stringSMTP server address
security stringPossible values: [
tls
,ssl
,none
]port integer
{
"enabled": false,
"client": {
"username": "[email protected]",
"name": "John Doe",
"password": "string"
},
"recipient": {
"username": "[email protected]",
"subject": "AA-12FB event logs"
},
"server": {
"host": "smtp.gmail.com",
"security": "tls",
"port": 587
}
}
Log In
Loading...