Install


Using dev releases is not recommended, except for testing.

Using Composer to manage Drupal site dependencies

Alternative installation files

Download mailmime-8.x-2.x-dev.tar.gztar.gz 18.83 KB
MD5: 0e186710b3216798e2a6428b1e6790fc
SHA-1: 14e83fa5aab3074dd3ed2556e25c4c0e98520fd1
SHA-256: b8c84ae9273b855e474ac4681cc42df4edd90fa5ad66a9e37c583575a6675688
Download mailmime-8.x-2.x-dev.zipzip 22.01 KB
MD5: df5c94a5d806d3f1957a39ffb6f66319
SHA-1: 79c60b9251d8e7005058bab9ffe7d1e2c1a21297
SHA-256: 5d00215d1e929307f58c37ba4d0e020377a0df22a86dd1ae83cdba87de57f19e

Release notes

Mail MIME

Provides a class for creating MIME messages.

  • NOTE: This module does not send mail.
    If you came here looking for a mail-sending module, try HTML Mail (which can use this module for MIME-handling) or Mime Mail (which comes with its own MIME-handling library).

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:

  1. 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.

  2. It is possible that another mail-sending or mail-reading module may find the Mail Mime library useful.

Requirement

Either:
Or:
  • If the Mail_Mime is not available, the Include module can automatically download and enable the required files.

Installation

  1. Download and install as usual.

  2. 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.

Created by: pillarsdotnet
Created on: 18 Apr 2011 at 21:49 UTC
Last updated: 19 Apr 2011 at 00:24 UTC

Other releases