function postmark_settings_access in Postmark 6
Same name and namespace in other branches
- 7 postmark.module \postmark_settings_access()
Allow access to Postmark settings form
1 string reference to 'postmark_settings_access'
- postmark_menu in ./
postmark.module - Implementation of hook_menu().
File
- ./
postmark.module, line 98 - 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_settings_access() {
return user_access('administer postmark');
}