Gets the name of the domain that will be used in HELO.
If an IP address was specified, this will be returned wrapped in square brackets as described in RFC 5321, section 4.1.3.
public function getLocalDomain() : string { return $this->domain; }