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);
50 $this->initMimeMail();
57 $body = sprintf($this->
getLanguage()->txt(
"del_mail_body"), $rcp->fullname,
"\n\n", $additional_information[
"www"], $date_for_deletion);
An exception for terminatinating execution or to throw for unit testing.
initLanguageByIso2Code($a_code='')
__construct()
Constructor.
static formatDate(ilDateTime $date, $a_skip_day=false, $a_include_wd=false, $include_seconds=false)
Format a date @access public.
static setLanguage($a_lng)
set language
static setUseRelativeDates($a_status)
set use relative dates
static useRelativeDates()
check if relative dates are used
appendBody($a_body)
Append body text.
getAdditionalInformation()
getRecipients()
get array of recipients
static _getInstallationSignature()
Base class for mime mail notifications.