19 declare(strict_types=1);
52 $this->
http = $DIC->http();
56 $this->senderFactory = $DIC->mail()->mime()->senderFactory();
61 $this->lang_variables_as_fallback = $a_status;
81 $this->u_password = $a_pwd;
95 $this->attachments = [];
98 $this->
user = $a_user;
114 $this->u_password =
'';
124 foreach ([
'lang',
'subject',
'body',
'sal_f',
'sal_g',
'sal_m',
'type'] as $key) {
125 if (!isset($mailData[$key])) {
126 $mailData[$key] =
'';
130 $mailData[
'subject'] = trim($mailData[
'subject']);
131 $mailData[
'body'] = trim($mailData[
'body']);
141 if (!isset($this->amail[$a_lang]) || !is_array($this->amail[$a_lang])) {
147 return $this->amail[$a_lang];
160 $pathToFile =
'/' . implode(
'/',
array_map(
static function (
string $pathPart):
string {
161 return trim($pathPart,
'/');
163 $fs->getAbsolutePath(),
182 throw new RuntimeException(
'A user instance must be passed when sending emails');
193 if ($amail[
'body'] ===
'' || $amail[
'subject'] ===
'') {
194 $fallback_language =
'en';
196 $lang = $this->
settings->get(
'language', $fallback_language);
204 $mail_subject = $tmp_lang->txt(
'reg_mail_subject');
208 $tmp_lang->loadLanguageModule(
'registration');
214 $timelimit =
"\n" . sprintf($tmp_lang->txt(
'reg_mail_body_timelimit'), $timelimit) .
"\n\n";
218 $mail_body = $tmp_lang->txt(
'reg_mail_body_salutation') .
' ' . $user->
getFullname() .
",\n\n" .
219 $tmp_lang->txt(
'reg_mail_body_text1') .
"\n\n" .
220 $tmp_lang->txt(
'reg_mail_body_text2') .
"\n" .
221 ILIAS_HTTP_PATH .
'/login.php?client_id=' .
CLIENT_ID .
"\n";
222 $mail_body .= $tmp_lang->txt(
'login') .
': ' . $user->
getLogin() .
"\n";
223 $mail_body .= $tmp_lang->txt(
'passwd') .
': ' . $this->u_password .
"\n";
224 $mail_body .=
"\n" . $timelimit;
225 $mail_body .= $tmp_lang->txt(
'reg_mail_body_text3') .
"\n\r";
226 $mail_body .= $user->getProfileAsString($tmp_lang);
236 $mmail->From($this->senderFactory->system());
237 $mmail->Subject($mail_subject,
true);
239 $mmail->Body($mail_body);
241 foreach ($this->attachments as
$filename => $display_name) {
242 $mmail->Attach(
$filename,
'',
'attachment', $display_name);
253 $tree = $DIC->repositoryTree();
255 $mustache_factory = $DIC->mail()->mustacheFactory();
260 $replacements[
'MAIL_SALUTATION'] = match ($a_user->
getGender()) {
261 'f' => trim((
string) $a_amail[
'sal_f']),
262 'm' => trim((
string) $a_amail[
'sal_m']),
263 default => trim((
string) $a_amail[
'sal_g']),
265 $replacements[
'LOGIN'] = $a_user->
getLogin();
267 $replacements[
'LAST_NAME'] = $a_user->
getLastname();
269 $replacements[
'EMAIL'] = $a_user->
getEmail();
272 $replacements[
'ILIAS_URL'] = ILIAS_HTTP_PATH .
'/login.php?client_id=' .
CLIENT_ID;
274 $replacements[
'ADMIN_MAIL'] =
$ilSetting->get(
'admin_email');
285 $replacements[
'TIMELIMIT'] = $timelimit;
289 $replacements[
'IF_TARGET'] =
false;
290 if ($this->
http->wrapper()->query()->has(
'target') &&
291 $this->
http->wrapper()->query()->retrieve(
'target', $this->
refinery->kindlyTo()->string()) !==
'' 293 $target = $this->
http->wrapper()->query()->retrieve(
'target', $this->
refinery->kindlyTo()->string());
294 $tarr = explode(
'_', (
string) $target);
298 if ($type === $tarr[0]) {
300 $replacements[
'TARGET'] = ILIAS_HTTP_PATH .
'/goto.php?client_id=' .
CLIENT_ID .
'&target=' .
$target;
305 $replacements[
'IF_TARGET'] =
true;
310 return $mustache_factory->getBasicEngine()->render($a_string, $replacements);
313 public function addAttachment(
string $a_filename,
string $a_display_name): void
315 $this->attachments[$a_filename] = $a_display_name;
send()
Sends the mail with its object properties as MimeMail It first tries to read the mail body...
shouldAttachConfiguredFiles()
bool $lang_variables_as_fallback
readonly ilMailMimeSenderFactory $senderFactory
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
readAccountMail(string $a_lang)
setAttachConfiguredFiles(bool $attachConfiguredFiles)
readonly Refinery $refinery
getFullname(int $a_max_strlen=0)
ensureValidMailDataShape(array $mailData)
addAttachments(array $mailData)
areLangVariablesUsedAsFallback()
static _lookupObjId(int $ref_id)
replacePlaceholders(string $a_string, ilObjUser $a_user, array $a_amail, string $a_lang)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static http()
Fetches the global http state from ILIAS.
setUserPassword(string $a_pwd)
static _lookupTitle(int $obj_id)
static _lookupNewAccountMail(string $a_lang)
useLangVariablesAsFallback(bool $a_status)
addAttachment(string $a_filename, string $a_display_name)
readonly GlobalHttpState $http
readonly ilSetting $settings
readonly ilTree $repositoryTree
setUser(ilObjUser $a_user)
bool $attachConfiguredFiles
static _lookupEntry(string $a_lang_key, string $a_mod, string $a_id)
static _lookupType(int $id, bool $reference=false)
static formatPeriod(ilDateTime $start, ilDateTime $end, bool $a_skip_starting_day=false, ?ilObjUser $user=null)
Format a period of two dates Shows: 14.