content = $content; } /** * Build the message. * * @return $this */ public function build() { $this->from("lilei@ttyuweb.com", "助友办公服务器"); $this->subject("助友办公紧急通知"); $this->to("597196313@qq.com"); return $this->view('emails.server.error'); } }