Index: README.txt =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/mimemail/README.txt,v retrieving revision 1.1 diff -u -p -r1.1 README.txt --- README.txt 17 Nov 2005 02:56:38 -0000 1.1 +++ README.txt 26 Oct 2009 13:40:35 -0000 @@ -22,10 +22,14 @@ USAGE This module creates a user preference for receiving plaintext-only messages. This preference will be honored by all calls to mimemail() - Messages are formatting using theme_mimemail_message($body), which - includes all css files from the currently active theme and compresses - the HTML version of the text. Create a new theme function if your - web stylesheets are too heavy for this. + Email messages are formatted using the mimemail.tpl.php template. This + includes a css style sheet and uses a compresses HTML version of the text. + The included CSS is: + the mail.css file found in your default theme + of the combined CSS style sheets of your default theme. + + To create a custom email template copy the mimemail.tpl.php file from the + mimemail/theme directory into you default template folder. CREDITS