You are here

function commentaccess_mail_message_default in Comment Access 7

This function defines the default message sent out by this module

2 calls to commentaccess_mail_message_default()
commentaccess_admin_settings in ./commentaccess.admin.inc
Generate the commentaccess admin settings form
commentaccess_mail in ./commentaccess.module
Implementation of hook_mail()

File

./commentaccess.module, line 557
Provides users with permissions for comments on nodes they own.

Code

function commentaccess_mail_message_default() {
  return "Hey @approver,\n\n@commenter posted a new comment[1] that needs to be approved.\n\nComment in @nodelink\n\n@subject\n-----------------------\n@comment\n\n\n\nYou can approve or remove the comment here:\n\n[1]@commentlink\n\nRegards,\nThe @site team";
}