PHPackages                             pagemachine/typo3-mail-css-inliner - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. pagemachine/typo3-mail-css-inliner

ActiveTypo3-cms-extension[Mail &amp; Notifications](/categories/mail)

pagemachine/typo3-mail-css-inliner
==================================

CSS inliner for the TYPO3 mailer

3.3.0(2mo ago)543.1k↓27.4%2[1 issues](https://github.com/pagemachine/typo3-mail-css-inliner/issues)[1 PRs](https://github.com/pagemachine/typo3-mail-css-inliner/pulls)GPL-3.0-or-laterPHPPHP ^8.2CI passing

Since Mar 20Pushed 2w ago3 watchersCompare

[ Source](https://github.com/pagemachine/typo3-mail-css-inliner)[ Packagist](https://packagist.org/packages/pagemachine/typo3-mail-css-inliner)[ RSS](/packages/pagemachine-typo3-mail-css-inliner/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (9)Dependencies (34)Versions (19)Used By (0)

CSS inliner for the TYPO3 mailer [![CI](https://github.com/pagemachine/typo3-mail-css-inliner/workflows/CI/badge.svg)](https://github.com/pagemachine/typo3-mail-css-inliner/workflows/CI/badge.svg)
====================================================================================================================================================================================================

[](#css-inliner-for-the-typo3-mailer-)

This extension integrates a [CSS inliner](https://packagist.org/packages/tijsverkoyen/css-to-inline-styles) into the TYPO3 core mailer.

Installation
------------

[](#installation)

This extension is installable from various sources:

1. Via [Composer](https://packagist.org/packages/pagemachine/typo3-mail-css-inliner):

    ```
     composer require pagemachine/typo3-mail-css-inliner

    ```
2. From the [TYPO3 Extension Repository](https://extensions.typo3.org/extension/mail_css_inliner/)

After installing the extension registers itself automatically, no further configuration is necessary.

Purpose
-------

[](#purpose)

Designing mails is hard. Especially requirements like table layouts and inline styles are complicated to handle and take a lot of time to get right. This extension takes one burden off your shoulders and takes care of turning a regular stylesheet to inline styles. See our blog post about [Mail styling in TYPO3 now easier](https://www.pagemachine.de/blog/mail-styling-typo3/).

Before:

```

        CSS Inline Test

            body {
                color: #333;
            }
            h1 {
                font-size: 36px;
            }
            a {
                color: #337ab7;
            }

        Headline
        Content with link.

```

After:

```

  CSS Inline Test

        body {
            color: #333;
        }
        h1 {
            font-size: 36px;
        }
        a {
            color: #337ab7;
        }

        Headline
        Content with link.

```

Currently only `` elements are supported, external styles via `` are not imported.

Testing
-------

[](#testing)

All tests can be executed with the shipped Docker Compose definition:

```
docker compose run --rm app composer build

```

###  Health Score

59

—

FairBetter than 98% of packages

Maintenance88

Actively maintained with recent releases

Popularity34

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 90.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~197 days

Recently: every ~236 days

Total

16

Last Release

74d ago

Major Versions

1.0.3 → 2.0.02019-07-15

2.1.1 → 3.0.02021-11-29

PHP version history (6 changes)1.0.0PHP ^7.0

2.0.0PHP ^7.2

3.0.0PHP ^7.4

3.0.1PHP ^7.4 || ^8.0

3.1.0PHP ^8.0

3.3.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10812548?v=4)[Pagemachine AG](/maintainers/pagemachine)[@pagemachine](https://github.com/pagemachine)

---

Top Contributors

[![mbrodala](https://avatars.githubusercontent.com/u/5037116?v=4)](https://github.com/mbrodala "mbrodala (279 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (17 commits)")[![renovate-bot](https://avatars.githubusercontent.com/u/25180681?v=4)](https://github.com/renovate-bot "renovate-bot (12 commits)")

---

Tags

cssinline-stylesmailtypo3typo3-cms-extensioncssmailtypo3inline

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Rector

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/pagemachine-typo3-mail-css-inliner/health.svg)

```
[![Health](https://phpackages.com/badges/pagemachine-typo3-mail-css-inliner/health.svg)](https://phpackages.com/packages/pagemachine-typo3-mail-css-inliner)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)[illuminate/mail

The Illuminate Mail package.

5910.6M500](/packages/illuminate-mail)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

21866.0M1.7k](/packages/drupal-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
