send(new InviteMail($uuid)); if(Mail::failures()){ $this->error('send email fail'); } return 0; } }