Hi,
I was struggling to make email addforward work with API1 and API2 without any sucess, after reading documentation and forum posts.
I´ve managed to make it work with API1 but found that the documentation is wrong.
Here ApiEmail < ApiDocs < TWiki
says the args are domain, email, fwemail, pipefwd
But although the return is ever 1(bug ??), it wasn´t creating it in cpanel.
I´ve managed to make it work with
So, my question is...Will it be broken in future or is it the documentation that has it wrong ?Code:$args=array( $email_account, "test@yahoo.com", $email_domain ); $result=$xmlapi->api1_query($account, "Email", "addforward",$args); var_dump($result);
Thanks



LinkBack URL
About LinkBacks
Reply With Quote





