You are here

README.txt in Mail Editor 7

Same filename and directory in other branches
  1. 8 README.txt
  2. 2.0.x README.txt
Mail Editor
===========

This module provides the ability to customize e-mail templates for mail sent
out using drupal_mail(). On multi-language sites it supports all available
languages.

Users with the 'Administer mail templates' and 'Use the administration pages
and help' permissions may go to admin/config/system/mail-edit, where they find
list of all templates that can be customized. If you use a separate admin
theme, then the 'View the administration theme' permission may be needed, too.

To add Mail Editor support to a third-party module, refer to the
modules/mail_edit.user.inc file, which shows how Mail Editor support was
added to the User core module. Any module defining those three hooks
automatically appears in Mail Editor.

File

README.txt
View source
  1. Mail Editor
  2. ===========
  3. This module provides the ability to customize e-mail templates for mail sent
  4. out using drupal_mail(). On multi-language sites it supports all available
  5. languages.
  6. Users with the 'Administer mail templates' and 'Use the administration pages
  7. and help' permissions may go to admin/config/system/mail-edit, where they find
  8. list of all templates that can be customized. If you use a separate admin
  9. theme, then the 'View the administration theme' permission may be needed, too.
  10. To add Mail Editor support to a third-party module, refer to the
  11. modules/mail_edit.user.inc file, which shows how Mail Editor support was
  12. added to the User core module. Any module defining those three hooks
  13. automatically appears in Mail Editor.