private function doHeloCommand() : void { $this->executeCommand(\sprintf("HELO %s\r\n", $this->domain), [ 250, ]); }