You are here

function postmark_settings_access in Postmark 7

Same name and namespace in other branches
  1. 6 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 104
This module allows for the inclusion of Postmark as the native Drupal mail handler using the new Drupal mail system interface.

Code

function postmark_settings_access() {
  return user_access('administer postmark');
}