
Originally Posted by
lvt
Yes, I want to use "Email :: addforward" to create a forwarder, all other functions work fine (addpop, delpop, passwdpop...), except this one.
You can find the documentation for this function at:
Api2AddForwarder < AllDocumentation/AutomationIntegration < TWiki
Here's a URL I used for creating an email account:
Code:
https://SERVER:2087/xml-api/cpanel?user=USERNAME&xmlin=<cpanelaction><module>Email</module><func>addforward</func><args><email>test</email><domain>example.net</domain><fwdopt>fwd</fwdopt><failmsgs></failmsgs><pipefwd></pipefwd><fwdemail>destination@example.com</fwdemail></args></cpanelaction>