Skip to content

Commit

Permalink
better error message
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 2, 2024
1 parent 30c3ffa commit fb6601e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/class/smtps.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ private function _server_authenticate()
$this->_setErr(130, 'Invalid Authentication Credentials.');
}
} else {
$this->_setErr(126, '"'.$host.'" does not support authenticated connections or temporary error. Error after sending EHLO '.$hosth.' : '.$this->lastretval);
$this->_setErr(126, '"'.$host.'" refused the EHLO command. Error after sending EHLO '.$hosth.' : '.$this->lastretval);
}

return $_retVal;
Expand Down

0 comments on commit fb6601e

Please sign in to comment.