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