function mandrill_perm in Mandrill 6
Implements hook_perm().
File
- ./
mandrill.module, line 72 - Enables Drupal to send email directly through MailChimp STS.
Code
function mandrill_perm() {
return array(
'administer mandrill',
);
}
Implements hook_perm().
function mandrill_perm() {
return array(
'administer mandrill',
);
}