Automated email generation script issue
Anyone see why this would stop working? It's returning false and nothing else too.
function makeemail1($domain,$account) {
global $root_pass,$ip;
$xmlapi = new xmlapi($ip);
$xmlapi->set_port(2082);
$xmlapi->password_auth($account,'xxxxxxxxxx');
$call = array('domain'=>$domain, 'email'=>'abuse@'.$domain,'password'=>'xxxxxxxxxx', 'quota'=>'200');
return $xmlapi->api2_query($account, "Email", "addpop", $call);
}
-
Ah new it would be something tiny. So just the username and not full email. Thanks. 0 -
Ah new it would be something tiny. So just the username and not full email. Thanks.
That's correct. Thanks!0
Please sign in to leave a comment.
Comments
3 comments