NotifySend.php
authorAlan Knowles <alan@roojs.com>
Wed, 26 Oct 2011 02:30:19 +0000 (10:30 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 26 Oct 2011 02:30:19 +0000 (10:30 +0800)
NotifySend.php

index 039bfbc..3d989b1 100644 (file)
@@ -189,7 +189,7 @@ class Pman_Core_NotifySend extends Pman
         require_once 'Mail.php';
         
         foreach($mxs as $dom) {
-            $this->debug("Trying SMTP: $dom");
+            $this->debug("Trying SMTP: $dom / HELO {$ff->Mail['helo']}");
             $mailer = Mail::factory('smtp', array(
                     'host'    => $dom ,
                     'localhost' => $ff->Mail['helo'],