1.1.4 • Published 10 years ago

notification-client v1.1.4

Weekly downloads
5
License
ISC
Repository
github
Last release
10 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

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago

0.0.6

10 years ago