Cmd_api_pop

dennisc

Verified User
Joined
Mar 14, 2005
Messages
68
If I do the following:

$da->query('CMD_API_POP',
array(
'action' => "create",
'domain' => "domain.tld",
'user' => "info",
'quota' => "0",
'passwd' => "mailpass"
));

It does not work. Everything else could be done through the API or the tokens.

This one does not. Not if I use the API CMD_API_POP and not with the token CMD_EMAIL_POP

http://www.directadmin.com/api.html#email
Success Returns error=0 and url encoded String
Failure Returns error=1 and url encoded String
I both cases [API or token] it returns:

Array ( [
Error:_document_not_found
] => )

Anybody?
 
Last edited:
Back
Top