Thursday, September 14, 2023
HomePHPCraft e-mails that look great in each e-mail customer utilizing MJML

Craft e-mails that look great in each e-mail customer utilizing MJML


In an ideal globe, e-mail customers can provide HTML just as good as significant web browsers. However, this is not the instance. Email customers do not sustain modern-day HTML and also CSS details and also have a great deal of traits to be conscious of. Ensuring an HTML e-mail looks great in one of the most secondhand e-mail customers takes a great deal of job.

To make crafting HTML e-mails a great deal a lot more pleasurable, the individuals at Mailjet developed a remedy called MJML, which represents “Mailjet Markup Language.” It’s a simple abstraction layer over HTML.

We have actually developed a brand-new plan called spatie/mjml-php to quickly transform MJML to HTML utilizing PHP. If you’re utilizing Sidecar, you’ll more than happy to understand that we have actually additionally developed a bundle called spatie/mjml-sidecar, to transform MJML to HTML utilizing Sidecar.

In this article, I want to present the plan to you.

Having a look at MJML

MJML looks quite like HTML yet with mj tags. Allow’s have a look at some legitimate MJML.

< < <
< < Hello There Globe< <
< <<
In the code over, you can see that there are numerous mj parts that you can utilize. I will not describe them all as they are
defined in the substantial paperwork In those docs, you'll additionally discover a full instance of a whole mail When transforming the MJML to HTML, this is the outcome: <
<< <
<

RELATED ARTICLES

Most Popular

Recent Comments