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

index e503a78..80e2268 100644 (file)
@@ -20,7 +20,7 @@
        'page' => $this,
                 // if bcc is property of this, then it will be used (BAD DESIGN)
        'rcpts' => array(),   // override recipients..
-       //'bcc' => array(),
+       //'bcc' => 'xyz@abc.com,abc@xyz.com', // string...
        'contents'  => array(),    //  << keys must be trusted
                                 // if bcc is property of contents, then it will be used (BAD DESIGN)
        'template' => 'your_template.html',