You are here

constant AUTHOR_MAILTEXT in Comment Notify 7

Same name and namespace in other branches
  1. 5.2 comment_notify.module \AUTHOR_MAILTEXT
  2. 6 comment_notify.module \AUTHOR_MAILTEXT
1 use of AUTHOR_MAILTEXT
comment_notify_variable_registry_get in ./comment_notify.inc
Helper function to centralize variable management and defaults.

File

./comment_notify.module, line 14
This module provides comment follow-up e-mail notification for anonymous and registered users.

Code

define('AUTHOR_MAILTEXT', 'Hi [comment:node:author],

You have received a comment on: "[comment:node:title]"

----
[comment:title]
[comment:body]
----

You can view the comment at the following url
[comment:url]

You will receive emails like this for all replies to your posts. You can
disable this by logging in and changing the settings on your user account at
[comment:node:author:edit-url].

-- [site:name] team
[site:url]');