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
Array ( [
Error:_document_not_found
] => )
Anybody?
$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
I both cases [API or token] it returns:Success Returns error=0 and url encoded String
Failure Returns error=1 and url encoded String
Array ( [
Error:_document_not_found
] => )
Anybody?
Last edited: