From: edward Date: Mon, 26 Mar 2018 06:12:04 +0000 (+0800) Subject: Mailer.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=16676f99f14dd3aa8fa3aa622f5f83d50bad32f2 Mailer.php --- diff --git a/Mailer.php b/Mailer.php index 2925c5f2..00950c3e 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); }