Cmd_email_reg

davidd1

Verified User
Joined
Jan 31, 2013
Messages
65
Hello and sorry for my bad English.

I use HTTPSocket and CMD_EMAIL_REG now i need to get the outlook.reg file to <a href =''"></a>

so far i use this:

HTML:
$sock = new HTTPSocket;
$sock->connect(myrootIP,2222);
$sock->set_login(root_USER,rootPASWWORD);
$sock->set_method('POST');

$sock->query('/CMD_EMAIL_REG','domain=MYDOMAIN.COMl');
$result_outlook = $sock->fetch_parsed_body();

print_r($result_outlook);

it is work and i can see the output but i need more help about the function CMD_EMAIL_REG

i look here http://www.directadmin.com/api.html and there no help about it

someone ??
 
That is not enough clear (at least for me) what issue are facing there? And what exactly do you try to achieve?
 
Back
Top