/**
  * Clear out all To: recipients
  */
 public function flushTo()
 {
     $this->recipients->flushTo();
 }