JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q46908F

Transactional Email & Templated Email for NodeJS

Package Exports

  • transacemail

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (transacemail) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Transactional Email & Templated Email for NodeJS done right Build Status

Transactional Email & Templated Email for NodeJS that just work.

Getting Started

Install the module with: npm install transacemail

var Mailing = require('transacemail');

Mailing.init('path/to/mails/folder');

// See /example/

Documentation

See /example/

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

Release History

v0.1.0 - Initial commit (4 fev. 2012)

License

Copyright (c) 2013 Francois-Guillaume Ribreau Licensed under the MIT license.