Questions tagged [mjml]

MJML is built using the React.js framework to generate responsive HTML emails for multiple mail clients.

144 questions
0
votes
1 answer

MJML - Centering a line of text with an icon

I'm having a hard time figuring out how to vertically center a line of text with an icon, which is supposed to look like this My first attempt is by nesting inside of mj-text
Joseph K.
  • 1,055
  • 3
  • 23
  • 46
0
votes
2 answers

Trying to install Mjml

I am trying to install Mjml email marketing framework on my MAC but I keep receiving this error below enter code here MacBook-Air:// desina$ npm init -y && npm install mjml npm ERR! path /package.json npm ERR! code EACCES npm ERR! errno -13 npm ERR!…
Shaila A
  • 1
  • 2
0
votes
1 answer

Does MJML work with Oultook.com and Outlook 2016?

Does MJML work with Oultook.com and Outlook 2016? If not are there any other email template frameworks that do work with Oultook.com and Outlook 2016? Thank you.
oobarbazanoo
  • 397
  • 1
  • 5
  • 15
0
votes
1 answer

Can't run mjml when installing through CLI

I'm following mjml installation procedures found here: https://www.npmjs.com/package/mjml-cli which is very straight forward. After installation, I run ./node_modules/.bin/mjml input.mjml and get "Command line error: No input files…
Eric Nguyen
  • 926
  • 3
  • 15
  • 37
0
votes
2 answers

MJML: mj-include fails to read file

Firstly, I am new at emails markup. So I decided to use mjml to construct a letter but I faced the problem - markup doesn't being rendered properly: MJML doesn't include components and I can't understand why. Project was created using npm package…
Emchenko Mikhail
  • 179
  • 1
  • 2
  • 11
0
votes
1 answer

Mail template changes after sending

my problem is that after sending template mail/ saving template in chrome e.g. to myself, when I opens it, it looks good, but after a few seconds it looks like it is loosing some css (in this particular case it is loosing borders in bottom…
PWalker
  • 1
  • 2
0
votes
1 answer

If condition is not working in mjml version 3.3.5

Here is my test code for if condition which is not working of version mjml 3.3.5.
Mansi
  • 21
  • 2
  • 8
0
votes
2 answers

How to use Mjml in angular application

i am install the MJML into the my Angular6 application, i am write email template in MJML, now i need to convert this MJML email template into the HTML format on my build system ?
yala ramesh
  • 3,362
  • 1
  • 22
  • 35
0
votes
0 answers

MJML column width incorrect on Android GMAIL App

I have created a responsive flyer template using the latest mjml transpiler (2.0.0) The mjml source can be viewed at http://reapic1.com/problem/flyer.txt (renamed to txt to allow opening in browser) The resulting html created can be viewed at…
smjhunt
  • 311
  • 4
  • 8
0
votes
0 answers

Hide wrapper on mobile screen

I'm trying to "hide" the wrapper "" on mobile screens, not by actually hiding it or "not displaying it", but by setting the padding to 0px. My initial approach was to use media queries, but my attempts have failed. Below is the styling for the media…
Marcus Persson
  • 373
  • 4
  • 20
0
votes
1 answer

MJM mail creation process optimization

I must be missing something in our mail development process. We are developing a complex email template, with many vars. Here is our actual process which leads to mistakes Write/develop template using mjml editor (with complex for, if, etc.) Get…
Axi
  • 1,534
  • 15
  • 20
0
votes
1 answer

Is this valid css? Found it generated from MJML HTML Email Maker

I used MJML to make a HTML Email Template using it's own markup template language. Saw that in the compiled HTML file the following media query. Is it valid and if so what is it? Never seen it before. I'm assuming it's a bug with MJML? @media only…
Jonathan P
  • 418
  • 5
  • 14
0
votes
2 answers

Fix the height and width of a column in MJML

I know that height is not a valid argument for mj-column but I would like to find a solution for this problem. I have a mail template I would like to reproduce and don't find how to do it using MJML. Here is the code that doesn't work : …
ferdi_
  • 45
  • 2
  • 9
0
votes
1 answer

Adding your own basic templates using MJML

MJML looks great for what I want to use it for. I want to create a set of templates so that it's much easier for my co-workers to build emails in the future. However, the 'basic' and 'gallery' sections don't have an option to be populated, can I…
JCoulam
  • 181
  • 2
  • 13
0
votes
4 answers

Is it possible to make button stick to bottom of row in responsive HTML email?

Is it possible to make button stick to bottom of a column in an responsive HTML email? Currently I am using MJML and able to achieve it on desktop version. Something like this: (This is what I want, so stop giving answer that result in something…
cytsunny
  • 4,838
  • 15
  • 62
  • 129
1 2 3
9
10