Shell File Manager

Current Path : /usr/share/doc/cpanel-php81-log-1.13.3/examples/
Upload File :
Current File : //usr/share/doc/cpanel-php81-log-1.13.3/examples/mail.php

<?php

require_once 'Log.php';

$conf = array('subject' => 'Important Log Events');
$logger = &Log::singleton('mail', '[email protected]', 'ident', $conf);
for ($i = 0; $i < 10; $i++) {
    $logger->log("Log entry $i");
}

Shell File Manager Version 1.1, Coded By Shell
Email: [email protected]