0.0.9 • Published 10 years ago

mail-server v0.0.9

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

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

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