Mailer.php
authorEdward <edward@roojs.com>
Tue, 14 Oct 2014 04:59:27 +0000 (12:59 +0800)
committerEdward <edward@roojs.com>
Tue, 14 Oct 2014 04:59:27 +0000 (12:59 +0800)
Mailer.php

index 42cab83..1fef509 100644 (file)
@@ -269,7 +269,8 @@ class Pman_Core_Mailer {
         
         $pg = HTML_FlexyFramework::get()->page;
         
-        print_R($email);exit;
+        print_R($email);
+        print_R('run');exit;
         $email = is_array($email)  ? $email : $this->toData();
         if (is_a($email, 'PEAR_Error')) {
             $pg->addEvent("COREMAILER-FAIL",  false, "email toData failed");