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

index 1462bab..8ae5336 100644 (file)
@@ -277,7 +277,7 @@ class Pman_Core_Mailer {
         }
         ///$recipents = array($this->email);
         $mailOptions = PEAR::getStaticProperty('Mail','options');
-        print_R($mailOptions);exit;
+        //print_R($mailOptions);exit;
         $mail = Mail::factory("SMTP",$mailOptions);
         $email['headers']['Date'] = date('r'); 
         if (PEAR::isError($mail)) {