/mcp<SmtpClientConfiguration> <smtpSmartHost>outbound.cisco.com</smtpSmartHost> <isClientSecure>true</isClientSecure> <smtpPort>25</smtpPort> <isAuthEnabled>true</isAuthEnabled> <smtpUsername>Admin</smtpUsername> <smtpPassword>smtp</smtpPassword> </SmtpClientConfiguration> The following is the response from the above PUT request and the actual response will depend upon the information given by you: Response Code: 204 JSON Example PUT https://<connection-server>/vmrest/smtpclient/clientconfigs Accept: application/json Connection: keep_alive Request Body:{ "smtpSmartHost": "outbound.cisco.com", "isClientSecure": "true", "smtpPort": "587", "isAuthEnabled": "false", "smtpUsername" : "Admin" "smtpPassword" : "smtp" } The following is the response from the above PUT request and the actual response will depend upon the information given by you: Response Code: 204 Explaination of Data Fields The following table explain the data fields: Comments Operations Data Type Parameter Specifies the IP address or fully qualified domain name of the SMTP smart host through which Cisco Unity Connection relays SMTP messages. Read/Write String SMTPSmartHost Cisco Unity Connection Provisioning Interface (CUPI) API 753 Cisco Unity Connection Provisioning Interface (CUPI) API for SMTP Configuration Explaination of Data Fields