Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mail-server

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mail-server - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc