You are here

function phpmailer_perm in PHPMailer 6.2

Same name and namespace in other branches
  1. 5.2 phpmailer.module \phpmailer_perm()
  2. 5 phpmailer.module \phpmailer_perm()
  3. 6.3 phpmailer.module \phpmailer_perm()
  4. 6 phpmailer.module \phpmailer_perm()

Implementation of hook_perm().

File

./phpmailer.module, line 11
Integrates the PHPMailer library for SMTP e-mail delivery.

Code

function phpmailer_perm() {
  return array(
    'administer phpmailer settings',
  );
}