Mailer.php
authoredward <edward@roojs.com>
Mon, 24 Oct 2016 07:56:05 +0000 (15:56 +0800)
committeredward <edward@roojs.com>
Mon, 24 Oct 2016 07:56:05 +0000 (15:56 +0800)
Mailer.php

index 596ff9c..a3728c1 100644 (file)
@@ -359,6 +359,7 @@ class Pman_Core_Mailer {
         
         $oe = error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT);
         $ret = $mail->send($rcpts,$email['headers'],$email['body']);
+        print_r($ret);exit;
         error_reporting($oe);
         if ($ret === true) { 
             $pg->addEvent("COREMAILER-SENT",  false,