0.0.6 • Published 9 years ago

mail-client v0.0.6

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

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

	console.log response

Mail Server

NodeJS Mail Server

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago