/[drupal]/contributions/modules/pmail/README.txt
ViewVC logotype

Contents of /contributions/modules/pmail/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Sun Nov 18 20:06:09 2007 UTC (2 years ago) by smk
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5
Changes since 1.2: +15 -11 lines
File MIME type: text/plain
- Updated README.
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

  ViewVC Help
Powered by ViewVC 1.1.2