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'); } }