From 23db4fcbcc95d330d61e0a915d964d811177ef51 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Sat, 23 Aug 2014 14:10:17 +0200 Subject: [PATCH] Add CssToInlineStyles to Email section Added https://github.com/tijsverkoyen/CssToInlineStyles, useful for inlining CSS so it works in more email clients. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d23ba3..b4d261c 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Fetch](https://github.com/tedivm/Fetch) - An IMAP library. * [Email Reply Parser](https://github.com/willdurand/EmailReplyParser) - An email reply parser library. * [Stampie](https://github.com/henrikbjorn/Stampie) - A library for email services such as [SendGrid](http://sendgrid.com), [PostMark](http://postmarkapp.com), [MailGun](http://www.mailgun.com) and [Mandrill](http://www.mandrill.com). +* [CssToInlineStyles](https://github.com/tijsverkoyen/CssToInlineStyles) - A library to inline CSS in email templates. ## Files *Libraries for file manipulation and MIME type detection.*