Put CSS into head as an alternative to inlining

Created on 30 August 2024, 7 months ago

Problem/Motivation

Currently we have InlineCssEmailAdjuster. However major sites are now sending emails using styles inside <head>, without bothering to inline CSS, for example

  1. Ebay uses: <meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style type="text/css">
  2. http://www.prestashop.com/ uses just <style>

Proposed resolution

Add a new adjuster that puts the CSS into <head>.

Remaining tasks

User interface changes

API changes

Data model changes

Feature request
Status

Active

Version

1.0

Component

Code

Created by

🇬🇧United Kingdom adamps

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024