From bd3ec10bc129e44a7a223554c6345699ce235aa3 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 23 Jul 2018 19:08:27 +0800 Subject: [PATCH] Mailer.php --- Mailer.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Mailer.php b/Mailer.php index 8536b4af..af9b0954 100644 --- a/Mailer.php +++ b/Mailer.php @@ -170,7 +170,9 @@ class Pman_Core_Mailer { $htmlbody = $htmltemplate->bufferedOutputObject($content); $this->htmlbody = $htmlbody; - + $diff = microtime(true) - $ts; + + print_r($diff);exit; // for the html body, we may want to convert the attachments to images. // var_dump($htmlbody);exit; @@ -193,9 +195,7 @@ class Pman_Core_Mailer { } $tmp_opts['nonHTML'] = true; - $diff = microtime(true) - $ts; - print_r($diff);exit; //print_R($tmp_opts); // $tmp_opts['force'] = true; -- 2.39.2