This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/plugins/provision/_rrad/hMailService.php

11 lines
172 B
PHP
Raw Normal View History

<?
class hMailService extends hService
{
function setNumAccounts($numaccts)
{
return $this->RRADServer->write(new hCommand("A E", $numaccts, $this->context));
}
}
?>