public function embed($image)
 {
     return $this->emailObj->embed(\Swift_Image::fromPath($image));
 }