- Issue created by @adamps
Currently we have InlineCssEmailAdjuster. However major sites are now sending emails using styles inside <head>
, without bothering to inline CSS, for example
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style type="text/css">
<style>
Add a new adjuster that puts the CSS into <head>
.
Active
1.0
Code