0.1.3 • Published 9 years ago

mailer-webservice v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

Mailer Webservice

A Microservice that sends email from application/json and x-www-form-urlencoded POST.

Powered by:

It supports reCaptcha natively.

Install

npm install -g mailer-webservice

Configure

Create mailer-webservice.json configuration file. An example is available in example directory.

Run

mailer-webservice

Send from HTML Form

To Be Done