public function setReplyTo($email, $name)
 {
     if (!empty($email)) {
         $this->emailObj->setReplyTo($email, $name);
     }
 }