Mailer.php
authorEdward <edward@roojs.com>
Thu, 15 May 2014 06:59:11 +0000 (14:59 +0800)
committerEdward <edward@roojs.com>
Thu, 15 May 2014 06:59:11 +0000 (14:59 +0800)
Mailer.php

index 436a0d5..8ded27f 100644 (file)
@@ -291,7 +291,7 @@ class Pman_Core_Mailer {
         if (!empty($this->contents['bcc']) && is_array($this->contents['bcc'])) {
             $rcpts =array_merge(is_array($rcpts) ? $rcpts : array($rcpts), $this->contents['bcc']);
         }
-        print_r($rcpts);exit;
+        
         $oe = error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT);
         $ret = $mail->send($rcpts,$email['headers'],$email['body']);
         error_reporting($oe);