From 13bb3af6eb190a08cefdfebf93188eacde788f00 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 5 Aug 2014 12:24:52 +0800 Subject: [PATCH] Mailer.php --- Mailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailer.php b/Mailer.php index 94e7aa6c..5ca0c15c 100644 --- a/Mailer.php +++ b/Mailer.php @@ -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']); } -- 2.39.2