public function __toString() : string { if ($this->transport) { return (string) $this->transport; } return 'smtp://sendmail'; }