Managing comments on a busy website can get tedious if you need to login and check continually. It's very convenient to get an email with the comment text, so you can see if it's legitimate or comment spam.
To do this in Drupal we're going to use two core modules, Actions and Triggers. We'll also use the Token module to control over the content and recipients for the email
In this tutorial we're going to use Actions, Triggers and Tokens to show you how to automatically send customized emails from Drupal.