<?php include('notifications.class.php'); $parameters = array( 'target_email' => '[email protected]', 'my_email' => '[email protected]', 'event' => 'test', 'time' => date('M jS Y g:i A') ); notifications::notify('example_template', $parameters); ?>
info at phpclasses dot org