0.0.7 • Published 11 years ago

email-queue v0.0.7

Weekly downloads
22
License
-
Repository
github
Last release
11 years ago

email-queue

Queue up emails to be sent with a delay using an http post.

Clone & Install

npm install

Configure mail command. Currently mail/mailx and mutt are supported. Mac usually will have mail installed already. To use mutt:

brew install mutt

Or on Ubuntu

sudo apt-get install mutt

Optional: Edit the lib/emailQueue/mailCommand.json file. Default is to use mail.

Start a server.

node app.js

Navigate to localhost:8000/email_list to view.

Send a test email request.

wget --post-data 'body=foo&from=bar&to=foo&subject=bar&delayTime=10000' -qO - http://localhost:8000/email
0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago