improve xclient

This commit is contained in:
Mehmet Tolga Avcioglu 2023-01-06 16:03:08 +03:00
parent 82dd9a01fb
commit 08d74eb04b
1 changed files with 1 additions and 1 deletions

View File

@ -1205,7 +1205,7 @@ EOT;
$attributes = $this->Mail->getSMTPXclientAttributes();
$this->assertEquals('test.example.com', $attributes['HELO']);
// remove attribute
$this->Mail->setSMTPXclientAttribute('HELO', null);
$attributes = $this->Mail->getSMTPXclientAttributes();