This commit is contained in:
dheeyi
2015-05-13 14:49:24 -04:00
parent 08de7e7256
commit 0df337393d

View File

@@ -305,7 +305,7 @@ class SMTP {
break;
case 'LOGIN':
// Start authentication
fputs($this->smtp_conn,"AUTH LOGIN" . $this->CRLF);
@fputs($this->smtp_conn,"AUTH LOGIN" . $this->CRLF);
$rply = $this->get_lines();
$code = substr($rply,0,3);