PUT

Updates the SMTP configuration.

Note
Only the administrator created during install can use this API.

URL:

https://<ServerIP>:<Port>/ccp-webapp/ccp/email/default

HTTPS method:

PUT

Example XML request payload:

<Email>
   <smtpHost>[ServerIP]</smtpHost>
   <smtpPort>587</smtpPort>
   <smtpFromUser>FromUser@Here.net</smtpFromUser>
   <smtpHostUserName>userNameForEmailServer</smtpHostUserName>
   <smtpHostUserPassword>userPasswordForEmailServer</smtpHostUserPassword>
   <smtpAuthenticationEnabled>true</smtpAuthenticationEnabled>
   <smtpEnabled>true</smtpEnabled>
   <refURL>https://[ServerIP]/ccp-webapp/ccp/email/default</refURL>
</Email>

Parameters:

See Email API Parameters.