. * * For more information, contact Colosa Inc, 2566 Le Jeune Rd., * Coral Gables, FL, 33134, USA, or email info@colosa.com. * */ /** * @Description This is the View of all groups from a determinated user * @author Erik Amaru Ortiz * @Date 24/04/2008 * @LastModification 30/05/2008 * @Updated Nov 6th, 2009 bye Eriknyk */ G::LoadClass('net'); $host = new net($_POST['srv']); $width_content = '550px'; $html = '
'.G::loadTranslation('ID_SETUP_MAILCONF_TITLE').'
'; $tests = Array( '', 'Resolve host name '.$_POST['srv'], 'Checking port '.$_POST['port'].'', 'Establishing connection to host '.$host->hostname.'' ); $tests[] = 'Login as '.$_POST['account'].' on '.$host->hostname.' SMTP Server'; if($_POST['send_test_mail'] == 'yes'){ $tests[] = 'Sending a test mail from '.$_POST['account'].' to '.$_POST['mail_to'].'...'; } $tree->showSign = false; $n = Array('','uno','dos','tres','cuatro','cinco'); for($i=1; $i
'.$html.'
'; print ("");