NotifySend.php
authorAlan Knowles <alan@akkbhome.com>
Wed, 6 Apr 2011 15:56:29 +0000 (23:56 +0800)
committerAlan Knowles <alan@akkbhome.com>
Wed, 6 Apr 2011 15:56:29 +0000 (23:56 +0800)
NotifySend.php

index c71e787..7098d28 100644 (file)
@@ -2,12 +2,14 @@
 require_once 'Pman.php';
 
 /**
- * notification script runner
+ * notification script sender
  *
- * This does not actualy send stuf out, it only starts the NotifySend/{id}
- * which does the actuall notifcations.
- *
- * It manages a pool of notifiers.
+ * calls $object->toEmail($person,$last_send) to generate an email struct with
+ *  array (
+ *      headers =>
+ *      recipients =>
+ *      body =>
+ *  )
  * 
  * 
  */