Mailer.php
authorEdward <edward@roojs.com>
Tue, 14 Oct 2014 05:00:31 +0000 (13:00 +0800)
committerEdward <edward@roojs.com>
Tue, 14 Oct 2014 05:00:31 +0000 (13:00 +0800)
Mailer.php

index 965a679..05d6c02 100644 (file)
@@ -309,7 +309,6 @@ 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,