function reroute_email_perm in Reroute Email 6
Implements hook_perm().
File
- ./
reroute_email.module, line 21 - Intercepts all outgoing emails to be rerouted to a configurable destination.
Code
function reroute_email_perm() {
return array(
'administer reroute email',
);
}