You are here

function rules_action_mail_to_users_of_role_help in Rules 7.2

Help callback for the "Send mail to users of a role" action.

Related topics

File

modules/system.rules.inc, line 308
Rules integration for the system module.

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.');
}