You are here

function ad_actions_mail in Advertisement 6.2

Same name and namespace in other branches
  1. 6.3 actions/ad_actions.module \ad_actions_mail()
  2. 7 actions/ad_actions.module \ad_actions_mail()

File

actions/ad_actions.module, line 465
Enable ad triggers and actions.

Code

function ad_actions_mail($key, &$message, $params) {
  $message['subject'] = $params['subject'];
  $message['body'][] = $params['body'];
}