NotifySmtpCheck.php
authoredward <edward@roojs.com>
Thu, 14 Jul 2016 03:47:43 +0000 (11:47 +0800)
committeredward <edward@roojs.com>
Thu, 14 Jul 2016 03:47:43 +0000 (11:47 +0800)
NotifySmtpCheck.php

index 1ae661c..63d14ee 100644 (file)
@@ -42,6 +42,10 @@ class Pman_Core_NotifySmtpCheck extends Pman
                 );
                 
                 $smtpmx = new Mail_smtpmx($params);
+                
+                $mx = $smtpmx->_getMx($dom);
+                
+                pritn_R($mx);exit;
             }