From 40d9a7ae4cbab19294910e2c4f8de5babc121327 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Tue, 3 May 2016 13:20:04 +0000 Subject: [PATCH] smtp : don't add spare \n in debug git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2716 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- smtp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smtp.php b/smtp.php index 2f5fc3c..cf782e1 100644 --- a/smtp.php +++ b/smtp.php @@ -156,7 +156,7 @@ class smtp if (substr ($line, 3, 1) === " ") break; } - $this->debug ("< $content\n"); + $this->debug ("< $content"); if (substr ($line, 0, 1) !== "2" && substr ($line, 0, 1) !== "3") { $this->debug ("Can't send mail : server answer : $line\n");