GET api/2.0/settings/smtp/test
Tests the SMTP settings for the current portal (send test message to the user email).
This method doesn't have any parameters.
GET api/2.0/settings/smtp/test
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
application/json
{
"status": 0,
"response": {
"Completed": true,
"Id": "{some-random-guid}",
"Status": "",
"Error": "",
"Percents": 0,
"Source": ""
}
}
text/xml
<result>
<status>0</status>
<response>
<Completed>True</Completed>
<Id>{some-random-guid}</Id>
<Status />
<Error />
<Percents>0</Percents>
<Source />
</response>
</result>