Mailer.php
authoredward <edward@roojs.com>
Mon, 26 Mar 2018 06:12:04 +0000 (14:12 +0800)
committeredward <edward@roojs.com>
Mon, 26 Mar 2018 06:12:04 +0000 (14:12 +0800)
Mailer.php

index 2925c5f..00950c3 100644 (file)
@@ -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);
             }