Install

Works with Drupal: 7.x

Using dev releases is not recommended, except for testing.

Using Composer to manage Drupal site dependencies

Downloads

Download emogrifier-7.x-1.x-dev.tar.gztar.gz 12.79 KB
MD5: 4ccd4248fa4e4c99fac4b3096fa485c1
SHA-1: 4f7497cc5892d8513b2c1191260cf7dc84df3647
SHA-256: be5600a7b79f83076dc1cb8f054167e8e318f29f987b06dfeb8356325d44b923
Download emogrifier-7.x-1.x-dev.zipzip 15.52 KB
MD5: d199ddf8c46746ff9869edeb1e27b4b7
SHA-1: 92dce5070e00935c2af16b526cc9d1c0890013f0
SHA-256: 5019d3ec64f137dbbad78c9130cf9e96dd2b94d1b7a34e41504f91b373ccb3fd

Release notes

Emogrifier

Uses the emogrifier class library as an input filter to convert stylesheet rules to inline style attributes. This ensures proper display on email and mobile device readers that lack stylesheet support.

Installation

  1. Ensure that the PHP Document Object Model extension is available. Emogrifier requires the dom extension and will not work without it.

  2. Download, install, and enable the Libraries module.

  3. Create a library directory for the Emogrifier library in one of the following locations:

    • sites/all/libraries/emogrifier (recommended)
    • sites/DOMAIN/libraries/emogrifier
    • profiles/PROFILE/libraries/emogrifier

    DOMAIN is your website domain name, and PROFILE is the installation profile you selected when installing Drupal.

  4. Download the emogrifier.php and place it within the library directory you just created.

  5. Install this module and enable it.

  6. Visit admin/configure/content/formats or click on

    Administer >> Configuration >> Content authoring >> Text formats

    to set up a new input format or add Emogrifier filtering to an existing format.

Created by: pillarsdotnet
Created on: 10 Apr 2011 at 01:01 UTC
Last updated: 10 Apr 2011 at 12:06 UTC

Other releases