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

index 05d6c02..a9226b3 100644 (file)
@@ -290,6 +290,7 @@ class Pman_Core_Mailer {
         }
         
         $mail = Mail::factory($this->mail_method,$mailOptions);
+        print_R($mail);exit;
         if ($this->debug) {
             $mail->debug = $this->debug;
         }