Merge remote branch 'upstream/master' into PM-2639

This commit is contained in:
dheeyi
2015-05-15 13:57:18 -04:00

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);