• 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 8.1.0 XML API {Disable email account}

K

khurram_awan

Guest
hi anyone can tell me how i can disable email account using PLESK XML api
I am using Following code and getting error "Parser error: Request is invalid "

<?xml version="1.0" encoding="UTF-8"?>
<packet version="1.4.1.0">
<mail>
<DISABLE>
<filter>
<domain_id>1</domain_id>
<mailname>
<name>TEST</name>
</mailname>
</filter>
</DISABLE>
</mail>
</packet>
 
Back
Top