function notifications_lite_mail in Notifications 6.3
Same name and namespace in other branches
- 6.4 notifications_lite/notifications_lite.module \notifications_lite_mail()
- 6 notifications_lite/notifications_lite.module \notifications_lite_mail()
- 6.2 notifications_lite/notifications_lite.module \notifications_lite_mail()
Implementation of hook_mail()
File
- notifications_lite/
notifications_lite.module, line 199 - Simple notifications API
Code
function notifications_lite_mail($key, &$message, $params) {
$message['subject'] = $params['subject'];
$message['body'] = $params['body'];
}