Sets the TLS/SSL on the socket (disables STARTTLS).
$this
public function disableTls() : static { $this->tls = false; return $this; }