private function doRcptToCommand(string $address) : void { $this->executeCommand(\sprintf("RCPT TO:<%s>\r\n", $address), [ 250, 251, 252, ]); }