property SMTP::$error

Error information, if any, for the last SMTP command.

Type: array

File

inc/PHPMailer/src/SMTP.php, line 187

Class

SMTP
PHPMailer RFC821 SMTP email transport class. Implements RFC 821 SMTP commands and provides some utility methods for sending mail to an SMTP server.

Code

protected $error =['error' '' 'detail' '' 'smtp_code' '' 'smtp_code_ex' ''];