Функция требует авторизации
Описание - Сохранить настройки SMTP для текущего портала
Параметры
Имя | Описание | Тип | Пример |
smtpSettings
отправка в body
|
Данные настроек SMTP | ASC.Api.Settings.Smtp.SmtpSettingsWrapper |
Возвращает - Данные SmtpSettings
Пример ответа
application/json
{ "status": 0, "response": { "host": "mail.example.com", "port": 25, "senderAddress": "notify@example.com", "senderDisplayName": "Postman", "credentialsUserName": "notify@example.com", "credentialsUserPassword": "{password}", "enableSSL": false, "enableAuth": true } }
text/xml
<result> <status>0</status> <response> <host>mail.example.com</host> <port>25</port> <senderAddress>notify@example.com</senderAddress> <senderDisplayName>Postman</senderDisplayName> <credentialsUserName>notify@example.com</credentialsUserName> <credentialsUserPassword>{password}</credentialsUserPassword> <enableSSL>false</enableSSL> <enableAuth>true</enableAuth> </response> </result>
Комментарии
0 комментариев
Статья закрыта для комментариев.