Code Monkey home page Code Monkey logo

email-workflow's Introduction

Responsive Email Workflow

A starting boilerplate for building responsive emails, using NodeJS and various fancy tools to make life easier.

Get Started:

  • Install nodeJS
  • Clone this repository: git clone [email protected]:WINTR/email-workflow.git
  • Run npm install
  • Configure email settings and recipients in mailer.coffee
  • Run gulp to start all default gulp tasks

Multiple Email Templates

By default you'll have one email template which will compile to index.html in the ./build and ./build/mq directories. But you can add as many templates as you'd like. Just create a new file under ./jade/templates/ called foo.jade, run gulp build and you'll have a new foo.html template ready in the build folder.

To configure the send task to send multiple templates, just add each compiled template filename to the files array starting on line 135 in gulpfile.coffee. See below for sending tasks.

Gulp Tasks:

  • gulp compiles jade and stylus, livereload, and runs build task

  • gulp build to inline css, add media queries to the head, and construct final HTML/CSS templates ready for emailing.

  • gulp send --file filename to send an html email to the specified recipient(s)

  • gulp sendAll to send all email templates to the specified recipient(s)

Todo:

  • Make Ink a bower dependency to stay current with any updates.
  • Add HTML & CSS Linting Task
  • Add tests (Integrated with Email Client Testing?)

References:

email-workflow's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.