mail-server
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "mail-server", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Modules to send an email", | ||
"main": "app.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "node app.js" | ||
}, | ||
@@ -16,4 +17,6 @@ "author": "Ali Reza", | ||
"express": "4.13.3", | ||
"express-request-logger": "0.0.3", | ||
"fs": "0.0.2", | ||
"node-mandrill": "1.0.1", | ||
"readline-sync": "^1.2.21", | ||
"settings": "~0.1.1", | ||
@@ -20,0 +23,0 @@ "winston": "~1.0.2" |
@@ -1,1 +0,8 @@ | ||
# node-mailer | ||
# mail-server | ||
easy install `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"}'` | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
5283
9
10
+ Addedexpress-request-logger@0.0.3
+ Addedreadline-sync@^1.2.21
+ Addedexpress-request-logger@0.0.3(transitive)
+ Addedreadline-sync@1.4.10(transitive)