This commit is contained in:
the-djmaze 2024-10-27 13:26:05 +01:00
parent 709d67226c
commit 64e780e500

View file

@ -203,7 +203,8 @@ class SmtpClient extends \MailSo\Net\NetClient
$SASL->verify($sResult);
// Now end the authentication
$sRequest = '';
$this->sendRequestWithCheck($sRequest, 235);
$this->sendRaw($sRequest, true, '');
$this->validateResponse(235, '');
} else switch ($type) {
// RFC 4616
case 'PLAIN':