function postmark_perm in Postmark 6
Implementation of hook_perm().
File
- ./
postmark.module, line 34 - This module allows for the inclusion of Postmark as the native Drupal mail handler, and uses drupal_mail_wrapper to send emails from Drupal using Postmark
Code
function postmark_perm() {
return array(
'administer postmark',
);
}