You are here

function postmark_mail in Postmark 7

Same name and namespace in other branches
  1. 8 postmark.module \postmark_mail()
  2. 6 postmark.admin.inc \postmark_mail()

Implementation of hook_mail().

File

./postmark.admin.inc, line 86
Administration include for Postmark.

Code

function postmark_mail($key, &$message, $params) {
  $message['subject'] = t('Postmark Test Run Email');
  $message['body'][] = t('Your site is properly configured to send emails using the Postmark library.');
}