How to get a notification whenever you receive a comment from your drupal web ?
This is how I do it with RULES module . I think trigger module would also do the trick, but I found RULES module has many more options & work better with token (as I had bad experience with Trigger module for not being able to make a proper tokenized email).
2) Activate the RULES module
3) go to RULES -> add a new rule
4) Label the rule - I use "comment notification"
5) Event -> choose "after publishing a comment" - Note: This is the "IF" condition
6) Save
7) Here we setup the action - "DO"
8) Choose the "Send a mail to an arbitrary mail address"
9) Put your recipient - Your email
10) In the message, I prefer to have a token link, so it will take you to the "commented" node page.
Eg. www.bensquare.com/node/[node:nid]
11) Save and ready
No comments available.
Post new comment