0.0.6 • Published 10 years ago

mail-client v0.0.6

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: 1312

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

	console.log response

Mail Server

NodeJS Mail Server

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago