/**
  * @throws \Exception
  */
 public function handle()
 {
     SendEmail::send($this->email);
 }