• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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