function smtp_perm in SMTP Authentication Support 6
Implementation of hook_perm().
File
- ./
smtp.module, line 52 - Enables Drupal to send e-mail directly to an SMTP server.
Code
function smtp_perm() {
return array(
'administer smtp module',
);
}