subjectLine, replyTo: $this->replyToAddress ? [$this->replyToAddress] : [], ); } public function content(): Content { return new Content( view: 'email.contact-message', with: [ 'bodyText' => $this->bodyText, 'fromName' => $this->fromName, ], ); } }