Store for software applications
At Element26, Inc., we also have experience designing specialized applications that help you solve problems. Some are only for Mac, while others will work on any platform with a web browser. If you need a custom application to accomplish a particular task, contact us for a free consultation.
Emogrify
Email

Emogrify and create plain-text version of emails from wp_mail().

This plugin for Wordpress was developed to hook into the wp_mail function in order to convert block <style> tags into inline CSS. Certain email clients, such as Outlook 2007 and Google GMail, are known for their lack of CSS support and tend to only regard inline CSS. In addition, a plain ASCII text version of the HTML is created, which contains plain-text links for non-HTML capable email clients.
Emogrify Email only supports CSS1 level selectors and a few CSS2 level selectors (but not all of them). It does not support pseudo selectors.
This plugin requires the use of the wp_mail() Wordpress function. Although wp_mail() is implemented by default in Shopp 1.1+, only mail() is implemented in Shopp 1.0.18 and below. Fortunately, a simple code modification allows wp_mail() to be used instead of mail():
Edit the file:
/your site/wp-content/plugins/shopp/core/functions.php
and change the following line:
if (!$debug) return mail($to,…
to:
if (!$debug) return wp_mail($to,…
We encourage you to test this implementation of wp_mail() on your system prior to your purchase to ensure that this plugin will be compatible.
Current version: 1.0