constant DEFAULT_MAILTEXT in Comment Notify 6
Same name and namespace in other branches
- 5.2 comment_notify.module \DEFAULT_MAILTEXT
- 5 comment_notify.module \DEFAULT_MAILTEXT
- 7 comment_notify.module \DEFAULT_MAILTEXT
2 uses of DEFAULT_MAILTEXT
- comment_notify_settings in ./
comment_notify.module - _comment_notify_mailalert in ./
comment_notify.module - Private function to send the notifications.
File
- ./
comment_notify.module, line 23 - This module provides comment follow-up e-mail notification for anonymous and registered users.
Code
define('DEFAULT_MAILTEXT', 'Hi !name,
!commname has commented on: "!node_title"
The post is about
----
!node_teaser
----
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 !link1
If you have auto-following enabled in your account, you will receive emails like this for all replies to a blog post you commented on. You can disable this by logging in and going to your account settings or unchecking the flag at the time you post the comment.
You can set up auto-following feature for all future posts
by creating your own user with a few clicks here !uri/user/register
Thanks for your feedback,
Webmaster of !site
!mission
!uri');