Jump to content

Creation of Email Account in Plesk(windows) using API RPC


pr.nimbalkar

Recommended Posts

I am trying to bulid the API for creating new email account in Plesk(Windows 7.6.1). I write this script :<packet version="1.4.1.1"> <mail> <create> <filter> <domain_id>35</domain_id> <mailname> <name>prashant</name> <password>password</password> </mailname> </filter> </create> </mail></packet>But it gives an error :<?xml version="1.0" ?> - <packet version="1.4.1.1">- <mail>- <create>- <result> <status>error</status> <errcode>1017</errcode> <errtext>operator mail is not supported</errtext> </result> </create> </mail> </packet>Can any one help me for fixing this error?

Link to comment
Share on other sites

It seems to me as if this syntax doesn't allow the <mail> element. As if it doesn't allow you to control exactly that.If it's not that, then I don't have the slightest idea... I don't think anyone here knows plesk's scripting syntax.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...