getLastTransactionID function is removed from PHPMailer #3004

Real response has been added in comment section
This commit is contained in:
Victory 2024-01-08 22:32:52 +05:30
parent 57a3f5e661
commit 2282a1c105
1 changed files with 0 additions and 10 deletions

View File

@ -5249,14 +5249,4 @@ class PHPMailer
{
$this->oauth = $oauth;
}
/**
* Get the last transaction ID.
*
* @return string The last transaction ID.
*/
public function getLastTransactionID() {
return $this->smtp->getLastTransactionID();
}
}