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