Mail editor

litwol - December 5, 2007 - 16:49

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 releasesDateSizeLinksStatus
5.x-1.12007-Dec-138.55 KBRecommended for 5.xThis is currently the recommended release for 5.x.
Development snapshotsDateSizeLinksStatus
6.x-1.x-dev2008-Jul-1811.17 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.
 
 

Drupal is a registered trademark of Dries Buytaert.