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

index 52a733c..464edde 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...
+                continue; // try next mx... ??? should we wait???
             }
             
             switch($res->getCode()) {