Returns the current portal SMTP settings.
This method doesn't have any parameters.
GET api/2.0/smtpsettings/smtp Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json
SMTP settings
{ "status": 0, "response": { "Host": "mail.example.com", "Port": "25", "SenderAddress": "notify@example.com", "SenderDisplayName": "Postman", "CredentialsUserName": "notify@example.com", "CredentialsUserPassword": "{password}", "EnableSSL": true, "EnableAuth": false, "UseNtlm": false, "IsDefaultSettings": false } }