Mail editor
The mail editor module lets you edit all email body and subject of all emails that go out from your site to your users through drupal's drupal_mail function. You are able to edit any email body text based on which email it is and which language it is being sent for. you may use token variables in your template to better customize dynamic email text.
You may enable drupal core 'locale' module in drupal 6 version to enable multi-lingual email template translation. by default only english is available.
Update
Commited d6 code which was a complete rewrite under 4 hours.
next i will integrate token support into mail_edit to avoid homebrew solution
TODO:
1) done: enable token support for variable replacement (contextual depending on the email & generic ? )
2) write upgrade path from d5 to d6
3) comment the whole code
4) add more keys to hook_mailkeys()
For mail edit to work best we need to accumulate a lot of core mail keys, so please submit patches to add more mail keys that reside in core to hook_mailkeys();
**New Version**
This module is undergoing active development at this time. new feature includes mail logging and token module integration on top of being able to alter outgoing mail. Right now is the best time to give feature requests.
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 5.x-1.1 | 2007-Dec-13 | 8.55 KB | Download · Release notes | Recommended for 5.x | |
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.x-dev | 2008-Jul-18 | 11.17 KB | Download · Release notes | Development snapshot | |
