Mailer.php
authorEdward <edward@roojs.com>
Tue, 24 Jul 2018 05:14:23 +0000 (13:14 +0800)
committerEdward <edward@roojs.com>
Tue, 24 Jul 2018 05:14:23 +0000 (13:14 +0800)
Mailer.php

index 9b84e5f..2d18af2 100644 (file)
@@ -321,8 +321,12 @@ class Pman_Core_Mailer {
         
         $pg = $ff->page;
         
+        $ts = microtime(true);
+        
         $email = is_array($email)  ? $email : $this->toData();
         
+        print_r(microtime(true) - $ts);exit;
+        
         if (is_a($email, 'PEAR_Error')) {
             $pg->addEvent("COREMAILER-FAIL",  false, "email toData failed");