Mailer.php
authorjohn <john@roojs.com>
Wed, 8 Nov 2017 09:48:51 +0000 (17:48 +0800)
committerjohn <john@roojs.com>
Wed, 8 Nov 2017 09:48:51 +0000 (17:48 +0800)
Mailer.php

index 62189b9..036814a 100644 (file)
@@ -316,6 +316,7 @@ class Pman_Core_Mailer {
         
         $email = is_array($email)  ? $email : $this->toData();
         
+        print_R('die??');exit;
         if (is_a($email, 'PEAR_Error')) {
             $pg->addEvent("COREMAILER-FAIL",  false, "email toData failed");