All Projects → csscoderRU → Responsive-Email-Template-Builder

csscoderRU / Responsive-Email-Template-Builder

Licence: MIT license
Responsive Email Template - build system (include inliner).

Programming Languages

Pug
443 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Responsive Email template
(extendable, framework)

Browserstack.com

Some times we need some simple email templates, for example I use it on a good service Mailgun for testing contact form, subscribe or other needed features.

Here you can take HTML files with inlined CSS in folder /build.

You can build something else yourself - it's easy. Build system works by SCSS, PUG preprocessors. Base on Gulp.js

Steps use system

Build system use SASS, JADE preprocessors. Base on Gulp.js

CSSCODER email template

Example link

Steps use template builder

// 1 check node version - it's work for "node": ">=10.0.0 =<10.16.0", and install dependencies

npm install

// 2 run dev mode (after that will be run local server http://localhost:7777)

npm run dev
 
// Build your email templates (with inlined css) you will find it in  "./build" folder
// before this task you must setup remote url for your images look at this file "./src/config.js" section "urlImageHost"

npm run build

Template tested by emailonacid.com

  • Outloolk 2000-2016
  • Lotus Notes 8 - 9
  • Thunderbird
  • Apple mail
  • Android, gmail.app
  • iOS
  • popular web clients

Screens folder link

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].