From 3374536cac922a7c68d4138ed4613e502ca741cf Mon Sep 17 00:00:00 2001 From: Synchro Date: Fri, 2 Aug 2013 15:23:21 +0200 Subject: [PATCH] Remove excess blank line that triggers spamassassin, see #92 --- class.smtp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class.smtp.php b/class.smtp.php index 46e56f40..e6b45222 100644 --- a/class.smtp.php +++ b/class.smtp.php @@ -558,7 +558,7 @@ class SMTP } // Message data has been sent, complete the command - return $this->sendCommand('DATA END', self::CRLF . '.', 250); + return $this->sendCommand('DATA END', '.', 250); } /**