NotifySend.php
authorAlan Knowles <alan@akkbhome.com>
Sun, 10 Apr 2011 06:58:09 +0000 (14:58 +0800)
committerAlan Knowles <alan@akkbhome.com>
Sun, 10 Apr 2011 06:58:09 +0000 (14:58 +0800)
NotifySend.php

index 38b8f7e..8535cbe 100644 (file)
@@ -99,10 +99,7 @@ class Pman_Core_NotifySend extends Pman
         foreach($mxs as $dom) {
             
             $mailer = Mail::factory('smtp', array( 'host'         => $dom ));
-            $res = $mailer->send(
-                                 
-                                 $p->email,
-                                 $email['headers'], $email['body']);
+            $res = $mailer->send($p->email, $email['headers'], $email['body']);
             if ($res === true) {
                 // success....