An open API service indexing awesome lists of open source software.

https://github.com/toilal/mailer-webservice

Send emails with a micro webservice based on nodemailer
https://github.com/toilal/mailer-webservice

Last synced: about 1 year ago
JSON representation

Send emails with a micro webservice based on nodemailer

Awesome Lists containing this project

README

          

Mailer Webservice
=================

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

Powered by:

- [Node.JS](https://nodejs.org/) and [ExpressJS](http://expressjs.com/) for serving.
- [nodemailer](http://www.nodemailer.com/) for email sending.
- [consolidate](https://github.com/tj/consolidate.js) for templating.

It supports [reCaptcha](https://www.google.com/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*