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

index 464edde..674b27f 100644 (file)
@@ -81,7 +81,7 @@ class Pman_Core_NotifySend extends Pman
             // what type of error..
             list($code, $response) = $mailer->_smtp->getResponse();
             if ($code < 0) {
-                continue; // try next mx... ??? should we wait???
+                continue; // try next mx... ??? should we wait??? - nope we did not even connect..
             }
             
             switch($res->getCode()) {