Mailer.php
authoredward <edward@roojs.com>
Mon, 24 Oct 2016 08:01:51 +0000 (16:01 +0800)
committeredward <edward@roojs.com>
Mon, 24 Oct 2016 08:01:51 +0000 (16:01 +0800)
Mailer.php

index 596ff9c..b724b12 100644 (file)
@@ -205,6 +205,7 @@ class Pman_Core_Mailer {
         
         $decoder = new Mail_mimeDecode($mailtext);
         $parts = $decoder->getSendArray();
+        print_r($parts);exit;
         if (PEAR::isError($parts)) {
             return $parts;
             //echo "PROBLEM: {$parts->message}";