getLastTransactionID function is removed from PHPMailer #3004
Real response has been added in comment section
This commit is contained in:
parent
57a3f5e661
commit
2282a1c105
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue