| 1 |
/* $Id: README.txt,v 1.4.2.3 2009/07/15 05:34:11 chrisherberte Exp $ */
|
| 2 |
|
| 3 |
HTML Mail
|
| 4 |
---------
|
| 5 |
|
| 6 |
HTML Mail empowers Drupal with the ability to send emails in HTML, providing
|
| 7 |
formatting and semantic markup capabilities in e-mail that are not available
|
| 8 |
with plain text.
|
| 9 |
|
| 10 |
This module is very simple in operation. It changes headers in all outgoing
|
| 11 |
e-mail modifying e-mail sent from Drupal to be HTML with the option of header,
|
| 12 |
footer and CSS inclusion.
|
| 13 |
|
| 14 |
For a full description of the module, visit the project page:
|
| 15 |
http://drupal.org/project/htmlmail
|
| 16 |
|
| 17 |
To submit bug reports and feature suggestions, or to track changes:
|
| 18 |
http://drupal.org/project/issues/htmlmail
|
| 19 |
|
| 20 |
|
| 21 |
Installation
|
| 22 |
------------
|
| 23 |
|
| 24 |
Install as usual, see http://drupal.org/node/70151 for further information.
|
| 25 |
|
| 26 |
|
| 27 |
Customisation
|
| 28 |
-------------
|
| 29 |
E-mails can be themed by copying htmlmail.tpl.php to you active theme's
|
| 30 |
directory and editing the contents.
|
| 31 |
|
| 32 |
Important
|
| 33 |
---------
|
| 34 |
|
| 35 |
Remember that many email clients will not be happy with certain code, your
|
| 36 |
CSS may conflict with a web-mail providers CSS and HTML in email may expose
|
| 37 |
security hazards. Beyond this, if your still really, really must have HTML in
|
| 38 |
your email, you may find this module useful.
|
| 39 |
|
| 40 |
|
| 41 |
Maintainers
|
| 42 |
-----------
|
| 43 |
|
| 44 |
Chris Herberte - http://drupal.org/user/1171
|