Index: README.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/mimemail/README.txt,v
retrieving revision 1.1
diff -u -r1.1 README.txt
--- README.txt	17 Nov 2005 02:56:38 -0000	1.1
+++ README.txt	10 Mar 2010 19:40:15 -0000
@@ -20,12 +20,21 @@
 	            (default false)
 
   This module creates a user preference for receiving plaintext-only
-  messages.  This preference will be honored by all calls to mimemail()
+  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 your default template folder. If you are using
+  a different administration theme than your default theme, you have to place
+  the mimemail.tpl.php into that theme folder.
+
+  To embed images into emails you have to use relative paths. Images with
+  absolute path will be available as remote content.
   
 CREDITS
 
