| 1 |
/* $Id: README.txt,v 1.2 2007/09/09 20:28:39 smk Exp $ */
|
| 2 |
|
| 3 |
-- SUMMARY --
|
| 4 |
|
| 5 |
This module allows you to personalize any e-mails sent from your site by
|
| 6 |
enhancing the From and Reply-To email addresses with display names (eg.
|
| 7 |
"Some Name <foo@example.com>").
|
| 8 |
|
| 9 |
This is done in a fully configurable way by relying on the token module to
|
| 10 |
provide on-the-fly substitutions, and contains a fall back on the user's login
|
| 11 |
name if the token replacement did't yield a result (for example because a user
|
| 12 |
didn't fill in the name on its profile).
|
| 13 |
|
| 14 |
For a full description visit the project page:
|
| 15 |
http://drupal.org/project/pmail
|
| 16 |
Bug reports, feature suggestions and latest developments:
|
| 17 |
http://drupal.org/project/pmail/issues
|
| 18 |
|
| 19 |
|
| 20 |
-- PREREQUISITES --
|
| 21 |
|
| 22 |
* Token
|
| 23 |
http://drupal.org/project/token
|
| 24 |
|
| 25 |
* Enhanced token_user.inc from the patches directory.
|
| 26 |
|
| 27 |
|
| 28 |
-- INSTALLATION --
|
| 29 |
|
| 30 |
* Copy the module to your modules directory and enable it on the Modules
|
| 31 |
page (admin/build/modules).
|
| 32 |
|
| 33 |
* Copy token_user.inc to the token installation directory (overwrite the
|
| 34 |
existing file).
|
| 35 |
|
| 36 |
* Configure the replacement pattern to construct the display name from at the
|
| 37 |
Personalized mail settings page (admin/user/settings).
|
| 38 |
|
| 39 |
|
| 40 |
-- CONTACT --
|
| 41 |
|
| 42 |
Author:
|
| 43 |
Stefan M. Kudwien (smk-ka) - dev@unleashedmind.com
|
| 44 |
|