function postmark_mail in Postmark 6
Same name and namespace in other branches
- 8 postmark.module \postmark_mail()
- 7 postmark.admin.inc \postmark_mail()
Implementation of hook_mail().
File
- ./
postmark.admin.inc, line 118 - 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.');
}