Update smtps.class.php
This commit is contained in:
parent
88100a53aa
commit
3b5e62947d
@ -514,8 +514,9 @@ class SMTPs
|
|||||||
$_retVal = $this->socket_send_str(base64_encode($this->_smtpsPW), '235');
|
$_retVal = $this->socket_send_str(base64_encode($this->_smtpsPW), '235');
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if(!$_retVal)
|
if (! $_retVal) {
|
||||||
$this->_setErr(130, 'Invalid Authentication Credentials.');
|
$this->_setErr(130, 'Invalid Authentication Credentials.');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user