Free & Open Source
Create beautiful email templates
MJ2R is the free and open-source tool that makes creating email templates as easy as sending a meme to your coworkers.
Lightning Fast
Create email templates in minutes, not hours. Your productivity will skyrocket.
Developer Friendly
Built by developers, for developers. Simple API that won't make you pull your hair out.
Open Source
Completely free and open source. Customize it to your heart's content.
Trusted by industry leaders
Join the growing list of companies that rely on MJ2R for their email template needs.
Henkel
Company
Company
Company
Get started in seconds
Just run this simple command to start creating beautiful email templates today.
npx degit https://github.com/impeterk/mj2rSay goodbye to email headaches
MJ2R handles all the complex parts of email template creation so you can focus on what matters - creating beautiful emails that convert.
- Responsive templates that work on all devices
- Compatible with all major email clients
- Easy customization with simple API
- Zero dependencies, lightweight implementation
Code Editor
import { MJ2R } from 'mj2r';
// Create a new email template
const template = new MJ2R();
// Add content to your template
template.addHeader({
logo: 'https://yourcompany.com/logo.png',
title: 'Welcome to Our Service!'
});
template.addSection({
title: 'Getting Started',
content: 'Here are some tips to help you get started...'
});
// Generate the HTML
const html = template.render();
// That's it! Your email template is ready to use