function rules_action_mail_to_users_of_role_help
Help callback for the "Send mail to users of a role" action.
Related topics
File
-
modules/
system.rules.inc, line 308
Code
function rules_action_mail_to_users_of_role_help() {
return t('WARNING: This may cause problems if there are too many users of these roles on your site, as your server may not be able to handle all the mail requests all at once.');
}