Mailer.php
authorAlan Knowles <alan@roojs.com>
Thu, 10 Dec 2015 07:25:17 +0000 (15:25 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 10 Dec 2015 07:25:17 +0000 (15:25 +0800)
Mailer.php

index fbeb451..a9f52e0 100644 (file)
@@ -18,7 +18,7 @@
  *  $x= new  Pman_Core_Mailer(array(
        'page' => $this,
                 // if bcc is property of this, then it will be used (BAD DESIGN)
-       'rcpts' => array(),   // override recipients..
+       'rcpts' => array(),   -- only used by the 'send' code???.
        'template' => 'your_template.html',  // must be in templates/mail direcotry.. -- name without the .html or .txt
        
         // 'bcc' => 'xyz@abc.com,abc@xyz.com',  // string...