• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Plesk API (change mailname password)

DigitalCrowd

Basic Pleskian
Help... I have spent way to much time on this and Im sick to my stomach.

I have read about every thread in the forum, read the documentation (or lack thereof) and I can't get it to work.

I get back a "ok" message when I submit, but the password won't change. I have tried 100 different ways that it gives ok messages, but none are successful. Please help.

Code:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<packet version="$proto">
<mail>
<update>
<set>
<filter>
<domain_id>53</domain_id>
<name>accountname</name>
</filter>
<values>
<mailname>
<password>mynewpass</password>
<password_type>plain</password_type>
</mailname>
</values>
</set>
</update>
</mail>
</packet>

Any ideas? Im missing something obvious, I know. This is just one of many I tried, this is just the last one before I gave up.
 
Back
Top