From: edward Date: Mon, 26 Mar 2018 08:33:05 +0000 (+0800) Subject: Mailer.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=087a08590b1e5eadaf38185a179ae28a93e411b5;hp=0ce8b7390032eab20786fc736cfcadff1ae1a6b2;p=Pman.Core Mailer.php --- diff --git a/Mailer.php b/Mailer.php index 0fe1eef8..9daa52a6 100644 --- a/Mailer.php +++ b/Mailer.php @@ -455,6 +455,7 @@ class Pman_Core_Mailer { function htmlbodyInlineCss($html) { + print_R($html);exit; $dom = new DOMDocument(); @$dom->loadHTML('' .$html);