0.0.9 • Published 9 years ago

mail-server v0.0.9

Weekly downloads
14
License
ISC
Repository
github
Last release
9 years ago

Mail Server

This mail server build using NodeJS (coffeescript) currently only support using Mandrill, the goal of this application is to support massive external communication such an E-mail, Messaging, & Push Notification. Roadmap of this service would include : (Queueing, Template Manager, & Monitoring)

Installation

$ git clone https://github.com/alileza/mail-server.git
$ cd mail-server
$ npm install 
$ npm start

Test the mail server

curl -X  POST  -H "Content-Type: application/json" \
http://localhost:1312/send-mail -d \
'{"to": "alirezayahya@gmail.com","subject": "Hello World !","template" : "hello-world"}'

Mail Client

NodeJS Mail Client

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

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