program/lib/Net/SMTP.php
@@ -532,7 +532,7 @@ /* We don't use the protocol's third step because SMTP doesn't * allow subsequent authentication, so we just silently ignore * it. */ if (PEAR::isError($error = $this->_put(' '))) { if (PEAR::isError($error = $this->_put(''))) { return $error; } /* 235: Authentication successful */