Mailer.php
authorAlan Knowles <alan@roojs.com>
Tue, 18 Dec 2012 06:59:46 +0000 (14:59 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 18 Dec 2012 06:59:46 +0000 (14:59 +0800)
Mailer.php

index f9fafad..4a3a7ea 100644 (file)
@@ -195,7 +195,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);
         $headers['Date'] = date('r'); 
         if (PEAR::isError($mail)) {