Skip to content

liviuignat/nodejs_email_templates_editor

Repository files navigation

NodeJS email templates editor Build Status

https://emailcloud.herokuapp.com/

UI Email template editor with persistance in MongoDB which exposes an API to be able to send the emails further.

First run:

npm install //install dependencies
gulp serve //run dev

Other tasks:

gulp serve:prod //run prod
gulp test-client //run client tests
gulp test-client:auto //watch client tests
gulp test-server //run server tests

git remote add heroku [heroku_url]
git push heroku master:master
  • create a project that will include the email template (it can be used over multiple projects)
  • edit multiple layouts for your emails (like master-pages)
  • create, edit and test email templates (json, html, translations)
  • call the API to generate the html or send the emails

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published