mail-server
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "mail-server", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Modules to send an email", | ||
@@ -5,0 +5,0 @@ "main": "app.js", |
@@ -1,8 +0,21 @@ | ||
# mail-server | ||
# Mail Server | ||
easy install `git clone https://github.com/alileza/mail-server.git && cd mail-server && npm install && npm start` | ||
This mail server build using NodeJS (coffeescript) currently only support using **[Mandrill](https://mandrill.com)**, 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) | ||
test the mail server | ||
### Installation | ||
```sh | ||
$ git clone https://github.com/alileza/mail-server.git | ||
$ cd mail-server | ||
$ npm install | ||
$ npm start | ||
``` | ||
### Test the mail server | ||
```sh | ||
curl -X \ | ||
POST -H "Content-Type: application/json" \ | ||
http://localhost:1312/send-mail -d \ | ||
'{"to": "alirezayahya@gmail.com","subject": "Hello World !","template" : "hello-world"}' | ||
``` | ||
`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](https://github.com/alileza/mail-client) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5371
22
8