PHPMailer::getLastMessageID

Advertisement

Summery Summery

Return the Message-ID header of the last email.

Syntax Syntax

PHPMailer::getLastMessageID()

Description Description

Technically this is the value from the last time the headers were created, but it’s also the message ID of the last sent message except in pathological cases.

Return Return

(string)

Source Source

File: wp-includes/class-phpmailer.php


			

Advertisement

Advertisement

Leave a Reply