function postmark_mail in Postmark 7
Same name and namespace in other branches
- 8 postmark.module \postmark_mail()
- 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.');
}