public function addAttachment($value)
 {
     $this->emailObj->attach(Swift_Attachment::fromPath($value));
 }