You are here

README.txt in Mail Editor 2.0.x

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

This module provides the ability to customize e-mail templates for mail sent
out using drupal_mail().

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


Dependencies
--------------------------------------------------------------------------------
The Mail Edit module does not have any dependencies, but if the Token module is
installed it will show a list of available tokens when editing a message.


Installation
--------------------------------------------------------------------------------
Download and copy the module to the /modules/contrib directory. Enable the
module through the Admin -> Extend (/admin/modules) page.


Developers
--------------------------------------------------------------------------------
See mail_edit.api.php for details on adding support to other modules.

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().
  5. Users with the 'Administer mail templates' permission may go to
  6. admin/config/system/mail-edit, where they find a list of all email templates
  7. that can be customized. If you use a separate admin theme, then the 'View the
  8. administration theme' permission may be needed, too.
  9. Dependencies
  10. --------------------------------------------------------------------------------
  11. The Mail Edit module does not have any dependencies, but if the Token module is
  12. installed it will show a list of available tokens when editing a message.
  13. Installation
  14. --------------------------------------------------------------------------------
  15. Download and copy the module to the /modules/contrib directory. Enable the
  16. module through the Admin -> Extend (/admin/modules) page.
  17. Developers
  18. --------------------------------------------------------------------------------
  19. See mail_edit.api.php for details on adding support to other modules.