When an entity is saved, this module will automatically add all parent terms to the field values for each term in the entity's taxonomy reference fields.
Pluggable Mailers makes it easier for developers to write new email services for Drupal, by providing an object-oriented wrapper around Drupal's hook_mail() implementation. A default mailer is included.
Pluggable mailers can also be used as a wrapper around the default Drupal mail functionality, allowing you to send an email with just one function (no hook_mail()) required.