NotifySend.php
authorAlan Knowles <alan@akkbhome.com>
Wed, 6 Apr 2011 15:19:18 +0000 (23:19 +0800)
committerAlan Knowles <alan@akkbhome.com>
Wed, 6 Apr 2011 15:19:18 +0000 (23:19 +0800)
NotifySend.php

index 33f2969..0b3f10c 100644 (file)
@@ -63,8 +63,8 @@ class Pman_Core_NotifySend extends Pman
         // should we fetch the watch that caused it.. - which should contain the method to call..
         $dom = array_pop(explode('@', $p->email));
         
-        bool getmxrr ( $dom , array &$mxhosts [, array &$weight ] )
-
+        $mxs = $this->mxs($dom);
+        
         
         Mail::factory('smtp', array( 
             'host'         => 'smtp.gmail.com',