Mailer.php
authorAlan Knowles <alan@roojs.com>
Wed, 5 Feb 2014 07:54:04 +0000 (15:54 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 5 Feb 2014 07:54:04 +0000 (15:54 +0800)
Mailer.php

index 6c72911..4fc4871 100644 (file)
@@ -275,7 +275,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)) {