
Originally Posted by
teamred
Can somebody help me to find out what is wrong in xml for deleting forwarding email:
<cpanelaction>
<module>Email</module>
<func>delforward</func>
<apiversion>1</apiversion>
<args>test@example.com</args>
</cpanelaction>
What I found in source code(dodelfwd.html), is that delforward require only one parameter, and that is email that should be deleted. I tried to remove everything after @ in email, but still don't get any reply.
I couldn't find anything in this forum, or in existing documentation, so please help!