Mailer.php
authoredward <edward@roojs.com>
Mon, 26 Mar 2018 08:33:05 +0000 (16:33 +0800)
committeredward <edward@roojs.com>
Mon, 26 Mar 2018 08:33:05 +0000 (16:33 +0800)
Mailer.php

index 0fe1eef..9daa52a 100644 (file)
@@ -455,6 +455,7 @@ class Pman_Core_Mailer {
     
     function htmlbodyInlineCss($html)
     {
+        print_R($html);exit;
         $dom = new DOMDocument();
         
         @$dom->loadHTML('<?xml encoding="UTF-8">' .$html);