-
**Describe the bug**
The same MJML produces an email with visible margins on iPhone 13 Pro Max, whereas on iPhoneX no margin is present.
**To Reproduce**
See mjml code below. When converted to m…
-
At the moment we have to manually greet all newcomers and this process is exhausting.
Let's send an automatic transactional email to the new registrations
- Usage of https://github.com/mjmlio/mj…
-
Hi there,
this ticket is a follow up to #76 which was - at least in my eyes - not completely solved. When using Resources::$CampaigndraftDetailcontent in combination with the parameter MJMLContent …
toovy updated
3 years ago
-
Using the mjml apis, you can wrap your children with a custom renderer
```js
this.renderChildren(children, {
renderer: component => `${component.render()}`;
});
```
However, I have a use cas…
vidhu updated
3 years ago
-
I'm working with Mailjet's templates API. Templates get returned from this in [JSON format](https://documentation.mjml.io/#using-mjml-in-json). Is there an easy way to convert from this JSON format to…
-
Context is shared with mjmlio/mjml#2343:
I'm working with Mailjet's templates API. Templates get returned from this in [JSON format](https://documentation.mjml.io/#using-mjml-in-json). If I can't g…
-
This is not really an issue. I am trying to do it myself, but is it possible to get mjml-table support anywhere soon? It's quite confusing because of td and tr. There really is no documentation about …
-
Dear team,
I could not figure out the way to add components at runtime so that I don't have to start with a boilerplate and build the components.
I'd like to "declare" the mjml components in my …
-
Currently whenever someone requests a feature its hard to tell which snapshot contains which changes.
It would be cool to have some kind of integration from the snapshot build to the github issue it …
-
**Describe the bug**
Our build starts to fail while updating mjml to v4.10.0
**To Reproduce**
Upgrade to v4.10.0 from v4.9.3
**Expected behavior**
Our builds still pass, and emails are …