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

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