MJML Local Dev Environment
A MJML development environment for testing and sending emails
Email send configuration
With Mailjet
To send email, you can setup an account at Mailjet, generate a pair of API
keys/secret and then, modify the src/settings.js
file (if not present, just
create it) or rename the src/settings.sample.js
file
Then, to send the emails, from the command line, you can run:
npm run send:mailjet
With Ethereal
Create an account at https://ethereal.email/create and place the provided
configuration under ethereal in you settings file. Then, to send emails, you
just need to run npm run send:nodemailer
MJML live editors
Drag and drop email composers
Email servers
MJML references
Node packages references
Made with