Laravel Mail CSS Inliner
Why?
Most email clients won't render CSS (on a or a
The goal of this package is to automate the process of inlining that CSS before sending the emails.
How?
Using a wonderful CSS inliner package wraped in a SwiftMailer plugin and served as a Service Provider it justs works without any configuration.
Turns:
h1 {
font-size: 24px;
color: #000;
}