Provides a class for creating MIME messages.
Mail Mime extends the PEAR class called Mail_Mime (version 1.6.1 or later) to provide a drupal-friendly library for creating and parsing MIME messages. Neither Mail Mime nor Mail_Mime send mail nor do anything useful on their own. Both are intended as code libraries to be used by other programs that send or receive mail.
Mail Mime started out as part of HTML Mail. I separated into its own module for two reasons:
The separation helped clarify in my own mind which parts of the mail-sending process require MIME and which do not. The resulting code is simpler and easier to maintain.
It is possible that another mail-sending or mail-reading module may find the Mail Mime library useful.
include_path
.Download and install as usual.
When enabled, Mail Mime will
Auto-detect whether the required files are present.
If any files are missing, and the Include module is available, Mail Mime will use Include to auto-download and enable the missing files.
If all of the above fails, Mail Mime will disable itself and print a warning to both the screen and the error log.