mailFrom = $mailFrom; } public function getFromAddress(): ?string { if (empty($this->mailFrom)) { return null; } return $this->mailFrom; } }