Go to the source code of this file.
Classes | |
| class | subscriptionsManager |
Functions | |
| PHP | sendMessage ($username, $subject, $message, $from, $messagetype="email") |
| PHP sendMessage | ( | $ | username, | |
| $ | subject, | |||
| $ | message, | |||
| $ | from, | |||
| $ | messagetype = "email" | |||
| ) |
Function to send a message to a user, with the subject and message as defined
| username | The user id to send the message to | |
| subject | The subject of the message | |
| message | The message body | |
| from | The username for the sender | |
| messagetype | The type of message to send the user |
Definition at line 28 of file messages.php.
References $message.
Referenced by Member::newConfirmationCode(), subscriptionsManager::notifySubscribers(), subscriptionsManager::removeGlobalID(), Convention::render(), Convention::renderEditor(), and Member::setConfirmed().
1.5.5