1.1.4 • Published 8 years ago

notification-client v1.1.4

Weekly downloads
5
License
ISC
Repository
github
Last release
8 years ago

Mail Client

This is just a simple http request, to simplify trigger Mail Server send an email.

Installation

$ npm install mail-client --save

Example

Using Coffeescript

#!coffeescript

MailClient = require 'mail-client'

client = new MailClient
			host: "localhost"
			port: 1993

client.send {}, (err, response) ->
	if err
		return console.error err
	console.log response
	

Mail Server

NodeJS Mail Server

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago

0.0.6

8 years ago