You are here

constant DEFAULT_MAILTEXT in Comment Notify 7

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

File

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

Code

define('DEFAULT_MAILTEXT', 'Hi [comment-subscribed:author],

[comment:author] has commented on: "[comment:node:title]"

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

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

You can stop receiving emails when someone replies to this post,
by going to [comment-subscribed:unsubscribe-url]

You can set up auto-following feature for all future posts
by creating your own user with a few clicks here [site:login-url]

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