Remove excess blank line that triggers spamassassin, see #92
This commit is contained in:
parent
331d24bc82
commit
3374536cac
|
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue