From 794c585e6af1950d84423d1244c40f35b35c55f4 Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 26 Mar 2018 14:07:07 +0800 Subject: [PATCH] Mailer.php --- Mailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailer.php b/Mailer.php index 00950c3e..b2c09259 100644 --- a/Mailer.php +++ b/Mailer.php @@ -179,7 +179,7 @@ class Pman_Core_Mailer { if ($this->css_embed) { $htmlbody = $this->htmlbodyCssEmbed($htmlbody); } - + print_R($this;exit;) if ($this->css_inline && strlen($this->css_inline)) { $htmlbody = $this->htmlbodyInlineCss($htmlbody); } -- 2.39.2