idUsuario = $idUsuario; } /** * Build the message. * * @return $this */ public function build() { // Build the URL with port 4200 $resetUrl = "http://192.168.100.48:4200/auth/changePassword?id={$this->idUsuario}"; return $this->view('test') ->from(new Address('example@example.com', 'Plataforma Educativa')) ->subject('Cambio de ContraseƱa') ->with([ 'resetUrl' => $resetUrl, ]); } }