Index of /sites/all/modules/contrib/emogrifier

 NameLast modifiedSizeDescription

 Parent Directory   -  
 emogrifier.info 2020-10-02 14:53 350  
 emogrifier.install 2020-10-02 14:53 1.4K 
 url_to_path.inc 2020-10-02 14:53 4.1K 
 emogrifier.module 2020-10-02 14:53 9.0K 
 LICENSE.txt 2020-10-02 14:53 18K 

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:

    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.