ispCP - Board - Support
I cannot find function... - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: General discussion (/forum-11.html)
+--- Thread: I cannot find function... (/thread-15698.html)



I cannot find function... - max.samael - 01-04-2012 04:42 AM

Exist in the ispcp omega 1.0.7 function: create_default_mail?
If yes, what are the parameters? Cool


RE: I cannot find function... - joximu - 01-06-2012 12:09 AM

I cannot find a function with this name...

only this:
Code:
/**
* add the 3 mail accounts/forwardings to a new domain...
*/
function client_mail_add_default_accounts($dmn_id, $user_email, $dmn_part,
        $dmn_type = 'domain', $sub_id = 0) {

        $cfg = ispCP_Registry::get('Config');
        $sql = ispCP_Registry::get('Db');

        if ($cfg->CREATE_DEFAULT_EMAIL_ADDRESSES) {
...

in /var/www/ispcp/gui/include/reseller-functions.php