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

index 011f305..2caff22 100644 (file)
@@ -79,7 +79,13 @@ class Pman_Core_NotifySend extends Pman
                 die("SENT");
             }
             // what type of error..
-                
+            
+            switch($res->getCode()) {
+                case
+                    
+                    list($code, $response) = $mailer->_smtp->getResponse();
+                    
+            }
             
         }