From: Edward Date: Tue, 5 Aug 2014 04:24:33 +0000 (+0800) Subject: Mailer.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=eb52dac753cdb541360abfd7776e4761246424f2 Mailer.php --- diff --git a/Mailer.php b/Mailer.php index 8ded27f0..94e7aa6c 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; if (!empty($this->contents['bcc']) && is_array($this->contents['bcc'])) { $rcpts =array_merge(is_array($rcpts) ? $rcpts : array($rcpts), $this->contents['bcc']); }