MJML is built using the React.js framework to generate responsive HTML emails for multiple mail clients.
Questions tagged [mjml]
144 questions
2
votes
1 answer
Output option not working in MJML
I have written a gulp task to convert mjml file to html on change. Here is the code:
gulp.task('mjml:dev', function () {
return gulp.src(paths.mjmlWatch, {base: "./"})
.pipe(mjml(mjmlEngine, {
output: '.phtml'
}))
…

ziishaned
- 4,944
- 3
- 25
- 32
2
votes
1 answer
Landscape/portrait images in email
I'm writing an email via Ruby on Rails and MJML framework, and have different images I want to include with it. Currently the images are hosted on S3 and we source them in the HTML. Some of them are landscape and some are portrait, and thus should…

serj
- 508
- 4
- 20
1
vote
0 answers
Grapesjs with plugin Ckeditor show over my text
This is my code for Grapesjs editor:
Title