Mailer.php
authoredward <edward@roojs.com>
Mon, 24 Oct 2016 07:57:02 +0000 (15:57 +0800)
committeredward <edward@roojs.com>
Mon, 24 Oct 2016 07:57:02 +0000 (15:57 +0800)
Mailer.php

index 9d8c9ac..596ff9c 100644 (file)
@@ -356,7 +356,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($email);exit;
+        
         $oe = error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT);
         $ret = $mail->send($rcpts,$email['headers'],$email['body']);
         error_reporting($oe);