You are here

function amazon_ses_perm in Amazon SES 6

Implementation of hook_permission().

File

./amazon_ses.module, line 49
Enables Drupal to send email directly through Amazon SES.

Code

function amazon_ses_perm() {
  return array(
    'administer amazon ses module',
  );
}