/mcp<SmtpServerConfiguration> <Port>587</Port> <domainName>ucbu-aricent-vm234.cisco.com</domainName> <maxNumberConnections>20</maxNumberConnections> <smtpClientThreads>2</smtpClientThreads> <maxMessageSizeKb>10000</maxMessageSizeKb> <maxNumberMessagesSession>10</maxNumberMessagesSession> <maxNumberRecipients>15000</maxNumberRecipients> <retryDeliveryTimeoutMin>240</retryDeliveryTimeoutMin> <allowConnectionsFromUntrustedIpAddresses>true</allowConnectionsFromUntrustedIpAddresses> <requireAuthenticationFromUntrustedIpAddresses>true</requireAuthenticationFromUntrustedIpAddresses> <requireTlsFromUntrustedIpAddresses>1</requireTlsFromUntrustedIpAddresses> </SmtpServerConfiguration> Response Code: 200 JSON Example GET https://<connection-server>/vmrest/smtpserver/serverconfigs Accept: application/json Connection: keep_alive The following is the response from the above GET request and the actual response will depend upon the current SMTP server configuration: { "Port": "587", "domainName": "ucbu-aricent-vm234.cisco.com", "maxNumberConnections": "20", "smtpClientThreads": "2", "maxMessageSizeKb": "10000", "maxNumberMessagesSession": "10", "maxNumberRecipients": "15000", "retryDeliveryTimeoutMin": "240", "allowConnectionsFromUntrustedIpAddresses": "true", "requireAuthenticationFromUntrustedIpAddresses": "true", "requireTlsFromUntrustedIpAddresses": "1" } Response Code: 200 Updating SMTP Server Configuration The following is an example of the PUT request that update the configuration of SMTP Server. PUT https://<connection-server>/vmrest/smtpserver/serverconfigs <SmtpServerConfiguration> <Port>25</Port> <domainName>ucbu-aricent-vm234.cisco.com</domainName> <maxNumberConnections>20</maxNumberConnections> <smtpClientThreads>2</smtpClientThreads> <maxMessageSizeKb>10000</maxMessageSizeKb> <maxNumberMessagesSession>10</maxNumberMessagesSession> <maxNumberRecipients>15000</maxNumberRecipients> Cisco Unity Connection Provisioning Interface (CUPI) API 748 Cisco Unity Connection Provisioning Interface (CUPI) API for SMTP Configuration Updating SMTP Server Configuration