Public Member Functions | |
| notify ($userDataList, $message, $messageId) | |
Static Protected Member Functions | |
| static | emailNotification ($userIdList, $message, $subject, $specificFrom='', $specificFromName='', $altBody='') |
Definition at line 26 of file mail.notifier.lib.php.
| static emailNotification | ( | $ | userIdList, | |
| $ | message, | |||
| $ | subject, | |||
| $ | specificFrom = '', |
|||
| $ | specificFromName = '', |
|||
| $ | altBody = '' | |||
| ) | [static, protected] |
Send a mail to the user list
| int | $userIdList list of the user | |
| string | $message body of the mail | |
| string | $subject subject of the mail | |
| string | $specificFrom email of the sender | |
| string | $specificFromName name to display | |
| string | $altBody link of the message in case of problem of read |
Definition at line 126 of file mail.notifier.lib.php.
| notify | ( | $ | userDataList, | |
| $ | message, | |||
| $ | messageId | |||
| ) |
notify by email the user of the reception of a message
| array | of int: $userDataList user identificatin list | |
| MessageToSend | $message message envoyé | |
| int | $messageId identification of the message |
Implements MessagingNotifier.
Definition at line 36 of file mail.notifier.lib.php.
1.6.3