-
I discovered `mjml` yesterday and it's been a treat to work with ! Thanks a lot !
To generate my emails from data, I had started with normal HTML and Handlebars so when I switched to `mjml` I kept …
-
I use MJML for emails in a workflow that includes nunjucks/twig style templating.
Rendering variables(+contatenation) looks like this:
`{{ variable ~ 'words' }}`
I noticed that this case generate…
-
Would it be possible to add a way to resize the location icon?
-
Hello!
I like resetting the padding for all elements like this:
``
This also removes the padding inside ``.
Officially `` does not support paddings.
What to do if I have a layout where in t…
-
Hi,
We're working on component based emails and feel it would be extremely useful to be able to add styles to the head (for gmail) from within mj-body (the reverse of how mj-preview works?). Do you…
-
When attempting to create a custom component that wraps the Navbar component, I'm running into an Invariant Error.
```js
import { MJMLElement } from 'mjml-core';
import React, { Component } from …
-
I am trying to setup a custom component to render a common header between the email templates I am going to create.
import { MJMLElement } from 'mjml-core';
import React, { Component } f…
Rouby updated
7 years ago
-
I found an error while trying to use the API. I have a template that if I test it on https://mjml.io/try-it-live it works correctly, however when using the API the returning htlm is wrong and almost e…
-
Hi,
I have a problem with outlook.live.com : I have several columns in my Mjml, and instead of appearing side by side, they appear one below the other.
I read in the other posts that we had to add…
-
Is there a way to prevent **mj-column** from falling back to mobile stack-columns on office 365 and outlook desktop clients?