From: Chris Date: Tue, 2 Jul 2013 06:42:55 +0000 (+0800) Subject: Mailer.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=7b02312542df9caff035a666a429f089738b2e05 Mailer.php --- diff --git a/Mailer.php b/Mailer.php index 90859a73..193bca3b 100644 --- a/Mailer.php +++ b/Mailer.php @@ -108,7 +108,7 @@ class Pman_Core_Mailer { $htmlbody = $htmltemplate->bufferedOutputObject($content); // for the html body, we may want to convert the attachments to images. - var_dump($htmlbody);exit; +// var_dump($htmlbody);exit; $htmlbody = $this->htmlbodytoCID($htmlbody);