4 include_once 
'./Services/Mail/classes/class.ilMailNotification.php';
 
   36                         case self::TYPE_NOTIFICATION_APPROVERS:
 
   61                                         $this->
getMail()->appendInstallationSignature(
true);
 
   62                                         $this->
getMail()->enableSoap(
false);
 
   63                                         $this->
sendMail(array($rcp),array(
'system'));
 
   67                         case self::TYPE_NOTIFICATION_CONFIRMATION:
 
   92                                         include_once 
"Services/Link/classes/class.ilLink.php";
 
   98                                         $this->
getMail()->appendInstallationSignature(
true);
 
   99                                         $this->
getMail()->enableSoap(
false);
 
  100                                         $this->
sendMail(array($rcp),array(
'system'));
 
  114                 $this->
getLanguage()->loadLanguageModule(
'registration');