NotifySend.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 28 Jul 2011 06:15:53 +0000 (14:15 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 28 Jul 2011 06:15:53 +0000 (14:15 +0800)
NotifySend.php

index 869d849..5545a56 100644 (file)
@@ -102,7 +102,7 @@ class Pman_Core_NotifySend extends Pman
             
             $mailer = Mail::factory('smtp', array(
                     'host'    => $dom ,
-                    'debug' => true
+                  //  'debug' => true
                 ));
             $res = $mailer->send($p->email, $email['headers'], $email['body']);
             if ($res === true) {