![]() |
VOOZH | about |
n. e•mog•ri•fi•er [\ē-'mä-grƏ-,fī-Ər\] - a utility for changing completely the nature or appearance of HTML email, esp. in a particularly fantastic or bizarre manner
This utility was developed as part of Intervals to deal with the problems posed by certain email clients (namely Outlook 2007 and Google Gmail) when it comes to the way they handle styling contained in HTML emails. As many web developers and designers already know, certain email clients are notorious for their lack of CSS support. While attempts are being made to develop common email standards, implementation is still a ways off.
The primary problem with uncooperative email clients is that most tend to only regard inline CSS, discarding all elements and links to stylesheets in elements. Emogrifier solves this problem by converting CSS into HTML inline style attributes in your code.
Emogrifier automagically transmogrifies your HTML by parsing your CSS and inserting your CSS definitions into tags within your HTML based on your CSS selectors. You can either use the form below to paste your HTML or CSS, or if you're more technically inclined, you can download the PHP source code from GitHub and use it in your own applications.
Caveats
👁 Build Status
👁 Latest Stable Version
👁 Total Downloads
👁 License
👁 Coverage Status
»
Emogrifier GitHub Repo
» Emogrifier Releases
(NOTE: A web server running PHP 5 is required to run this utility. Your PHP installation must support the DOM extension.)
Emogrifier source code is distributed under the MIT License.
If Emogrifier doesn't work for you, you might want to also try Premailer.