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

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