private function sendViaEmail()
 {
     $recipient = Staff::findByEmail($this->deliver_to);
     if ($recipient) {
     }
     return true;
 }