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

index 674b27f..52a4866 100644 (file)
@@ -83,12 +83,14 @@ class Pman_Core_NotifySend extends Pman
             if ($code < 0) {
                 continue; // try next mx... ??? should we wait??? - nope we did not even connect..
             }
-            
-            switch($res->getCode()) {
-                case PEAR_MAIL_SMTP_ERROR_CONNECT:
+            if ($code == 451) {
+                // try again later..
+                
                 
-                    
             }
+            // fail.. = log and give up..
+            
+            
             
         }