You are here

function mail_edit_mailkeys in Mail Editor 5

We provide some of the mailkeys for user module which are not catched by the regexp in mail_edit_overview.

File

./mail_edit.module, line 212

Code

function mail_edit_mailkeys() {
  return array(
    'user-register-notify',
    'user-register-welcome',
  );
}