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

index b5d6723..8593d8d 100644 (file)
@@ -247,7 +247,7 @@ class Pman_Core_Mailer {
             
             $isMime = true;
         }
-        print_R($mime->get());exit;
+        print_R($mime->getHTMLBody());exit;
         if($isMime){
             $parts[2] = $mime->get();
             $parts[1] = $mime->headers($parts[1]);