0.1.3 • Published 11 years ago
mailer-webservice v0.1.3
Mailer Webservice
A Microservice that sends email from application/json and x-www-form-urlencoded POST.
Powered by:
- Node.JS and ExpressJS for serving.
- nodemailer for email sending.
- consolidate for templating.
It supports reCaptcha natively.
Install
npm install -g mailer-webserviceConfigure
Create mailer-webservice.json configuration file. An example is available in example directory.
Run
mailer-webserviceSend from HTML Form
To Be Done