Skip to content

Instantly share code, notes, and snippets.

View Tickthokk's full-sized avatar
🏯
Focused

Nick Wright Tickthokk

🏯
Focused
View GitHub Profile
@Tickthokk
Tickthokk / Premailer.php
Created March 7, 2012 13:46 — forked from Synchro/Premailer.php
PHP interface class for the Premailer API
<?php
/**
* Premailer API PHP class
* Premailer is a library/service for making HTML more palatable for various inept email clients, in particular GMail
* Primary function is to convert style tags into equivalent inline styles so styling can survive <head> tag removal
* Premailer is owned by Dialect Communications group
* @link http://premailer.dialect.ca/api
* @author Marcus Bointon <marcus@synchromedia.co.uk>
*/