node-service-mailer

0.0.1 • Public • Published

node-service-mailer Build Status

Description

Making simple mailer service for node for simple use

Using great libraries:

Installation

$ npm install node-service-mailer

Overview

Add plugin to a schema

var mailer = new Mailer("Sendmail", '/path/to/template');
mailer.sendMail(req.locale, "signup", "Please validate your account", 'email@from.com', 'email@from.com', callback);

Specifications

Please see the specifications here

Projects using node-service-mailer

Readme

Keywords

none

Package Sidebar

Install

npm i node-service-mailer

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • daemon1981