function advuser_mail in Advanced User 7.3
Same name and namespace in other branches
- 6.3 advuser.module \advuser_mail()
- 6.2 advuser.module \advuser_mail()
Implementation of hook_mail
Related topics
File
- ./
advuser.module, line 223 - Advanced user module allows you to select users based on an advanced set of filtering and apply actions to block, unblock, delete or email the selected users.
Code
function advuser_mail($key, &$message, $params) {
$message = array_merge($message, $params);
}