Remove excess blank line that triggers spamassassin, see #92

This commit is contained in:
Synchro 2013-08-02 15:23:21 +02:00
parent 331d24bc82
commit 3374536cac
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
/**