All Projects → muil-io → muil

muil-io / muil

Licence: MIT License
Muil is a framework to build, maintain and manage dynamic templates using React and tools you know and love

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to muil

Django Mail Templated
Send emails using Django template system
Stars: ✭ 146 (+461.54%)
Mutual labels:  email, templates
laravel-mjml
Laravel MJML offers support for rendering MJML syntax into in-line HTML that can be sent within mails.
Stars: ✭ 26 (+0%)
Mutual labels:  email, templates
components
Easily develop emails with email-ready components.
Stars: ✭ 18 (-30.77%)
Mutual labels:  templates, muil
Email Templates
📫 Create, preview, and send custom email templates for Node.js. Highly configurable and supports automatic inline CSS, stylesheets, embedded images and fonts, and much more!
Stars: ✭ 3,291 (+12557.69%)
Mutual labels:  email, templates
Preview Email
Automatically opens your browser to preview Node.js email messages sent with Nodemailer. Made for Lad!
Stars: ✭ 112 (+330.77%)
Mutual labels:  email, templates
Bojler
Bojler is an email framework
Stars: ✭ 885 (+3303.85%)
Mutual labels:  email, templates
amazon-workmail-lambda-templates
Serverless applications for Amazon WorkMail.
Stars: ✭ 17 (-34.62%)
Mutual labels:  email, templates
Fuzzymail
📨 Email template generator. Making emails fun again.
Stars: ✭ 114 (+338.46%)
Mutual labels:  email, templates
Postmark.js
Official Node.js library for the Postmark API
Stars: ✭ 177 (+580.77%)
Mutual labels:  email, templates
email-framework
A simple, gulp powered framework to develop and test responsive emails.
Stars: ✭ 19 (-26.92%)
Mutual labels:  email
is-email-disposable
A REST API for checking if an e-mail address is disposable (a.k.a. throwaway). https://isemaildisposable.webgazer.io
Stars: ✭ 33 (+26.92%)
Mutual labels:  email
mailx
A lightweight SMTP mail library
Stars: ✭ 17 (-34.62%)
Mutual labels:  email
mailmask
Mailmask - easy stop unwanted email. Unlimited, free temporary email addresses, all forwarding to your real email address. Beat spam, protect your privacy.
Stars: ✭ 31 (+19.23%)
Mutual labels:  email
yggmail
End-to-end encrypted email for the mesh networking age
Stars: ✭ 72 (+176.92%)
Mutual labels:  email
impact-tools
Simple blueprints for change-makers
Stars: ✭ 34 (+30.77%)
Mutual labels:  templates
smtp-translator
An SMTP server that converts emails into Pushover notifications.
Stars: ✭ 23 (-11.54%)
Mutual labels:  email
github-templates
Good templates for the issue, pull request, and contributing templates on GitHub, GitLab, and Bitbucket.
Stars: ✭ 65 (+150%)
Mutual labels:  templates
mjml-syntax
Sublime package for the MJML
Stars: ✭ 44 (+69.23%)
Mutual labels:  email
briskine
Write faster with templates and keyboard shortcuts.
Stars: ✭ 88 (+238.46%)
Mutual labels:  templates
MAQS
Magenic's automation quick start
Stars: ✭ 46 (+76.92%)
Mutual labels:  email

Muil

Muil is a framework to build, maintain, and manage dynamic email, PDF, and image templates using React

Why Muil

  1. Solutions like MJML or Foundation for Emails require your team to learn whole new custom languages, which can be tedious and time-consuming. With Muil, you can build templates using React and tools you already know and love!

  2. Take full advantage of React’s declarative and component-based nature which makes coding reusable, fast, simple, and easy to maintain. Our smart platform is designed to significantly improve your ability to cut down on boilerplate and enforce best practices into your work, so you are equipped with the tools and tricks you need to build complex templates faster.

  3. While other solutions require that you build and manage a service to render templates, Our free templates render service (app.muil.io) eliminates these concerns. This makes getting started with template development easier, more intuitive, and developer-friendly.

  4. When developing emails, it’s vital to ensure templates are compatible across email clients. Muil’s comprehensive library features ready-made, responsive components including charts, buttons, menus, block grids, typography, and more that help you steer clear from complex table markup and inconsistent results.

  5. When developing emails, it’s vital to make templates small. Muil automatically stores images in the cloud, inline styles, and minify code.

  6. Building dynamic PDF and generating it on the server side is incredibly challenging. Muil lets you take advantage of React and all the other tools you feel comfortable using, so you can build complex PDF templates just as easily as you build Web Apps! With Muil, building dynamic email templates has never been so simple!

Documentation

Muil Docs

Installation

yarn install

Usage

Set the following environment variables

ADMIN_USERNAME=
ADMIN_PASSWORD=
SECRET=
CORS_ORIGIN=
PUPPETEER_EXECUTABLE_PATH=

Run the service

yarn start

Available environment variables

Environment Variables Description
PRIVATE_KEY HTTPS Private key
PUBLIC_CERTIFICATE HTTPS Public Certificate
SECRET Authentication token secret
HOST_NAME Service hostname / FQDN
DATABASE_URL SQLite Database file location
ADMIN_USERNAME Default admin username (will be created on service first run)
ADMIN_PASSWORD Default admin password
TEMPLATES_DIRECTORY The templates directory
SMTP_DEFAULT_FROM Email will be sent with this from email address
SMTP_HOST SMTP Server host
SMTP_PORT SMTP Server port
SMTP_SECURE SMTP Server secure
SMTP_USER SMTP Server user
SMTP_PASS SMTP Server password
CORS_ORIGIN List of allowed cors origin hosts
PUPPETEER_EXECUTABLE_PATH Path to chrome or firefox executable

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].