Example #1
0
 /**
  * @param File $file
  * @return Mail
  */
 public function setBodyFromFile(File $file)
 {
     $this->body = $file->getContent();
     return $this;
 }