Add CssToInlineStyles to Email section

Added https://github.com/tijsverkoyen/CssToInlineStyles, useful for inlining CSS so it works in more email clients.
This commit is contained in:
Barry vd. Heuvel 2014-08-23 14:10:17 +02:00
parent 0cc2ae6407
commit 23db4fcbcc
1 changed files with 1 additions and 0 deletions

View File

@ -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.*