. * * For more information, contact Colosa Inc, 2566 Le Jeune Rd., * Coral Gables, FL, 33134, USA, or email info@colosa.com. * */ $G_MAIN_MENU = 'processmaker'; $G_SUB_MENU = 'setup'; $G_ID_MENU_SELECTED = 'SETUP'; $G_ID_SUB_MENU_SELECTED = 'MAILSYSTEM'; G::LoadClass('package'); G::LoadClass('smtp'); G::LoadClass('spool'); $run = new spoolRun(); unset($run); $Fields['MESSAGE'] = 'Hello world, this is my first email ... '; $G_PUBLISH = new Publisher; $G_PUBLISH->AddContent('xmlform', 'xmlform', 'login/showMessage', '', $Fields, ''); G::RenderPage('publish');