2017 © Pedro Peláez
 

library swiftmailer-css-inliner

Inline the css of your html emails

image

openbuildings/swiftmailer-css-inliner

Inline the css of your html emails

  • Wednesday, May 9, 2018
  • by hkdobrev
  • Repository
  • 15 Watchers
  • 48 Stars
  • 100,770 Installations
  • PHP
  • 3 Dependents
  • 2 Suggesters
  • 7 Forks
  • 4 Open issues
  • 12 Versions
  • 7 % Grown

The README.md

Swift Mailer CSS Inliner Build Status Code Coverage Scrutinizer Code Quality Latest Stable Version

Swift Mailer plugin inlining the CSS (in style tags) into the specific html tags. Uses CssToInlineStyles. Works for both html body or html parts., (*1)

Installation

$ composer require openbuildings/swiftmailer-css-inliner

Usage

use Openbuildings\Swiftmailer\CssInlinerPlugin;

$mailer = Swift_Mailer::newInstance();

$mailer->registerPlugin(new CssInlinerPlugin());

You can set custom parameters by providing your own CssToInlineStyles object. Like this, (*2)

use Openbuildings\Swiftmailer\CssInlinerPlugin;
use TijsVerkoyen\CssToInlineStyles\CssToInlineStyles;

$mailer = Swift_Mailer::newInstance();

$converter = new CssToInlineStyles();
$converter->setUseInlineStylesBlock(false);

$mailer->registerPlugin(new CssInlinerPlugin($converter));

License

Copyright © Clippings Ltd. Created by Clippings team and contributors., (*3)

Under BSD-3-Clause license, read LICENSE file., (*4)

The Versions

09/05 2018

dev-master

9999999-dev

Inline the css of your html emails

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

12/04 2018

dev-drop-php56

dev-drop-php56

Inline the css of your html emails

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

10/04 2018

0.5.x-dev

0.5.9999999.9999999-dev

Inline the css of your html emails

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

10/04 2018

0.5.1

0.5.1.0

Inline the css of your html emails

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

05/04 2018

0.5.0

0.5.0.0

Inline the css of your html emails

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

30/03 2018

dev-fix-tests

dev-fix-tests

Inline the css of your html emails

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

28/08 2016

0.4.0

0.4.0.0

Inline the css of your html emails

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

28/08 2016

0.3.1

0.3.1.0

Inline the css of your html emails

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

23/10 2015

0.3.0

0.3.0.0

Inline the css of your html emails

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

31/07 2014

0.2.0

0.2.0.0

Inline the css of your html emails

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

15/04 2014

0.1.1

0.1.1.0

Inline the css of your html emails

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

09/09 2013

0.1.0

0.1.0.0

Inline the css of your html emails

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires