Mailer.php
authorEdward <edward@roojs.com>
Tue, 14 Oct 2014 05:20:11 +0000 (13:20 +0800)
committerEdward <edward@roojs.com>
Tue, 14 Oct 2014 05:20:11 +0000 (13:20 +0800)
Mailer.php

index 9333273..92cb3ea 100644 (file)
@@ -172,8 +172,8 @@ class Pman_Core_Mailer {
         require_once 'Mail.php';
         
         $decoder = new Mail_mimeDecode($mailtext);
+        print_r($decoder);exit;
         $parts = $decoder->getSendArray();
-        print_r($parts);exit;
         if (PEAR::isError($parts)) {
             return $parts;
             //echo "PROBLEM: {$parts->message}";