Skip to content

Instantly share code, notes, and snippets.

@rattlion
Created September 7, 2012 16:48
Show Gist options
  • Select an option

  • Save rattlion/3667704 to your computer and use it in GitHub Desktop.

Select an option

Save rattlion/3667704 to your computer and use it in GitHub Desktop.
function sanky_contact_us_mail($key, &$message, $params) {
switch ($key) {
case 'contact_us_notification':
$message['headers']['Content-Type'] = 'text/html; charset=UTF-8; format=flowed';
$message['subject'] = 'Contact Form Submittal';
$message['body'][] = theme('sanky_contact_us', $params);
break;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment