Email templates optimization for Laravel
Optimize your email templates’ styles via native Laravel templating mechanism.
If you want to send an HTML email you can’t just send it with <style></style>
tag in it, or link a stylesheet. Most of the email clients will cut it and clients will see your email without any styles.
The only approach to achieve best email quality is to convert all your styles int inline style=""
attributes.