Email editquota
$resultd = $xmlapi->api2_query($account, "Email", "editquota", array( 'domain' => 'domain.com', 'email' => 'deneme@domain.com', 'quota' => '125'));
SimpleXMLElement Object
(
[apiversion] => 2
[data] => SimpleXMLElement Object
(
[reason] => Account does not exist.
[result] => 0
)
[error] => Account does not exist.
[event] => SimpleXMLElement Object
(
[result] => 1
)
[func] => editquota
[module] => Email
)-
Hello :) The entry for email should not include the @domain.com suffix. Instead, in your example, it should only use "deneme". Thank you. 0
Please sign in to leave a comment.
Comments
1 comment