Call Name: SetConfig.exe
Description: Updates the encoding type for sending emails.
SetConfig.exe -t setconfig -f
<location_of_XML_file> -u
<ISP_username> -p
<ISP_password>
SetConfig.exe -t setconfig -s
<XML_data_as_a_string> -u
<ISP_username> -p
<ISP_password>
Note: This CLI can be invoked using service provider credentials only.
The parameters to be passed in the XML file for updating the Parallels Pro Control Panel encoding type are given below.
<
?xml version="1.0" encoding="utf-8"
?>
<
Config>
<
property name="EncodingType">
utf-8<
/property>
<
/Config>