You are here

function video_zencoder_mail in Video 7

Same name and namespace in other branches
  1. 6.5 plugins/video_zencoder/video_zencoder.module \video_zencoder_mail()
  2. 6.4 plugins/video_zencoder/video_zencoder.module \video_zencoder_mail()

Implementation of hook_mail().

File

modules/video_zencoder/video_zencoder.module, line 112
Provides wrapper functions for the s3 amazon webservices. @todo

Code

function video_zencoder_mail($key, &$message, $params) {
  $language = $message['language'];
  $message['subject'] .= 'Zencoder Registration Details for Drupal Video';
  $message['body'][] = video_zencoder_mail_default($params);
}