data = $data; } /** * Build the message. * * @return $this */ public function build() { return $this->from('mailer-daemon@dowajwo.com', '도와줘') ->subject("도와줘 홈페이지에 남겨주신 문의 답변입니다.") ->view('emails.inqeury-page-answer'); } }