mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +03:00
Resolve #1813
This commit is contained in:
parent
709d67226c
commit
64e780e500
1 changed files with 2 additions and 1 deletions
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue