4include_once 
'./Services/Mail/classes/class.ilMimeMailNotification.php';
 
    5include_once 
'./Services/Mail/classes/class.ilMimeMail.php';
 
   20                parent::__construct();
 
   28                parent::initLanguageByIso2Code($a_code);
 
   45                                $this->handleCurrentRecipient($rcp);
 
   52                        $this->initMimeMail();
 
   59                        $body = sprintf($this->
getLanguage()->txt(
"del_mail_body"), $rcp->fullname,
"\n\n",$additional_information[
"www"], $date_for_deletion);
 
initLanguageByIso2Code($a_code='')
__construct()
Constructor.
static setLanguage($a_lng)
set language
static setUseRelativeDates($a_status)
set use relative dates
static formatDate(ilDateTime $date)
Format a date @access public.
static useRelativeDates()
check if relative dates are used
ILIAS Exception for Service Mail.
appendBody($a_body)
Append body text.
getAdditionalInformation()
getRecipients()
get array of recipients
static _getInstallationSignature()
Static getter for the installation signature.
Base class for mime mail notifications.