constant AUTHOR_MAILTEXT in Comment Notify 5.2
Same name and namespace in other branches
- 6 comment_notify.module \AUTHOR_MAILTEXT
- 7 comment_notify.module \AUTHOR_MAILTEXT
@file
This module provides comment follow-up e-mail notification for anonymous and registered users.
2 uses of AUTHOR_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 10 - This module provides comment follow-up e-mail notification for anonymous and registered users.
Code
define('AUTHOR_MAILTEXT', 'Hi !name,
You have received a comment on: "!node_title"
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 going to your account settings.
Webmaster of !site
!mission
!uri');