|
| sendingEmail ($rec_user_id, $snd_user_id, $message, $subject, $message_id) |
|
| bulkSend () |
|
| __construct () |
|
| delete_message ($message_id, $user_id=FALSE) |
|
| delete_all_messages ($user_id=FALSE) |
|
| user_wants_email ($userid) |
|
| sendingEmail ($rec_user_id, $snd_user_id, $message, $subject, $message_id) |
|
| insert_message ($message, $rec_uname, $user_id='', $time='', $tmp_message_id='', $set_deleted='', $signature='', $subject='', $force_email='', $priority='normal', $tags=null, $show_adressees=false) |
|
Sends the collected messages from sendingMail as e-mail.
sendingEmail |
( |
|
$rec_user_id, |
|
|
|
$snd_user_id, |
|
|
|
$message, |
|
|
|
$subject, |
|
|
|
$message_id |
|
) |
| |
Overwrites the parent method. This method combines messages with the same content and prepares them for sending them as a mail with multiple recepients instead of one mail for each recipient. The actual sending task is done bulkSend().
object $user
- Parameters
-
string | $rec_user_id | user_id of recipient |
string | $snd_user_id | user_id of sender |
string | $message | the message |
string | $subject | subject for the message |
string | $message_id | the message_id in the database |
The documentation for this class was generated from the following file: