function video_zencoder_mail in Video 6.5
Same name and namespace in other branches
- 6.4 plugins/video_zencoder/video_zencoder.module \video_zencoder_mail()
- 7 modules/video_zencoder/video_zencoder.module \video_zencoder_mail()
Implementation of hook_mail().
File
- plugins/
video_zencoder/ video_zencoder.module, line 143 - 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);
}