BillSm
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by BillSm-
BillSm commented,
Thanks again!
-
BillSm commented,
Is there a way to show the status of a process? Like if the deletion or creation was successful or failed? Other than in an error log so I can see the status in the browser and display it?
-
BillSm commented,
Looking at your command line code, I changed it from: $result_forward = $xmlapi->api2_query($account, 'Email', 'delforward', array(address => $address_to_delete, forwarder => $dest_email) ); To: ...
-
BillSm commented,
Yes, even did a test email and received at the forwarding address.
-
BillSm commented,
Hello @BillSm, The corresponding cPanel API 2 function to delete a forward is documented at:
-
BillSm created a post,
Delete Email Forwarding Account with xmlapi.php
Hi, I am using this code posted by to create a forwarding account. It works great. But now I am trying to use the same code to delete a forwarding account, but can't find the correct syntax on ...