GET

Retrieves the SMTP configuration.

URL:

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

HTTPS method:

GET

Example XML response:


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

Parameters:

See Email API Parameters.