public function POP3::getErrors

5.x POP3.php public POP3::getErrors()

Get an array of error messages, if any.

Return value

array

File

inc/PHPMailer/src/POP3.php, line 399

Class

POP3
PHPMailer POP-Before-SMTP Authentication Class. Specifically for PHPMailer to use for RFC1939 POP-before-SMTP authentication. 1) This class does not support APOP authentication. 2) Opening and closing lots of POP3 connections can be quite slow. If you…

Namespace

PHPMailer\PHPMailer

Code

public function getErrors() 
 {
  return $this->errors;
}