CSS inliner for the TYPO3 mailer |CI| ===================================== This extension integrates a `CSS inliner `__ into the TYPO3 core mailer. Installation ------------ This extension is installable from various sources: 1. Via `Composer `__: :: composer require pagemachine/typo3-mail-css-inliner 2. From the `TYPO3 Extension Repository `__ After installing the extension registers itself automatically, no further configuration is necessary. 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 `__. Before: .. code:: html CSS Inline Test

Headline

Content with link.

After: .. code:: html CSS Inline Test

Headline

Content with link.

Currently only ``