property SMTP::$last_reply

The most recent reply received from the server.

Type: string

File

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

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 $last_reply = '';