Mailer.php
authorEdward <edward@roojs.com>
Tue, 5 Aug 2014 04:24:52 +0000 (12:24 +0800)
committerEdward <edward@roojs.com>
Tue, 5 Aug 2014 04:24:52 +0000 (12:24 +0800)
Mailer.php

index 94e7aa6..5ca0c15 100644 (file)
@@ -287,7 +287,7 @@ class Pman_Core_Mailer {
             return $mail;
         } 
         $rcpts = $this->rcpts == false ? $email['recipents'] : $this->rcpts;
-        print_r($rcpts);exit;
+        print_r($this->contents['bcc']);exit;
         if (!empty($this->contents['bcc']) && is_array($this->contents['bcc'])) {
             $rcpts =array_merge(is_array($rcpts) ? $rcpts : array($rcpts), $this->contents['bcc']);
         }