Mailer.php
authorEdward <edward@roojs.com>
Mon, 24 Mar 2014 11:23:53 +0000 (19:23 +0800)
committerEdward <edward@roojs.com>
Mon, 24 Mar 2014 11:23:53 +0000 (19:23 +0800)
Mailer.php

index 8ae5336..e3c5fa7 100644 (file)
@@ -266,6 +266,7 @@ class Pman_Core_Mailer {
         
         
         $email = is_array($email)  ? $email : $this->toData();
+        print_r($email);exit;
         if (is_a($email, 'PEAR_Error')) {
             $pg->addEvent("COREMAILER-FAIL",  false, "email toData failed");