From 6175e1f3ea64d6dfc489f28b110d9cd1ce091e0a Mon Sep 17 00:00:00 2001 From: Synchro Date: Thu, 12 Jun 2014 18:25:56 +0200 Subject: [PATCH] More debug info about connection --- class.smtp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class.smtp.php b/class.smtp.php index 9eef62b16..225d88069 100644 --- a/class.smtp.php +++ b/class.smtp.php @@ -195,7 +195,7 @@ public function connect($host, $port = null, $timeout = 30, $options = array()) } // Connect to the SMTP server if ($this->do_debug >= 3) { - $this->edebug('Connection: opening'); + $this->edebug("Connection: opening to $host:$port, t=$timeout, opt=".var_export($options, true)); } $errno = 0; $errstr = '';