You are here

function htmlmail_perm in HTML Mail 6.2

Implements hook_perm().

Defines a permission for setting the per-user plaintext option.

File

./htmlmail.module, line 13
Sends system emails in HTML.

Code

function htmlmail_perm() {
  return array(
    'choose htmlmail_plaintext',
  );
}