Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wankdanker/node-postal-io

A nodejs client for Postal
https://github.com/wankdanker/node-postal-io

Last synced: 14 days ago
JSON representation

A nodejs client for Postal

Awesome Lists containing this project

README

        

postal.io
---------

A simple client for [Postal](https://github.com/atech/postal/)

example
-------

```sh
var Postal = require('postal.io');

var postal = new Postal({
host : 'https://postal.example.com'
, key : 'Vi7Sy5dsy35X8x3frTxlZYHn'
});

postal.send({
to : ['[email protected]']
, cc : []
, bcc : []
, from : '[email protected]'
, sender : null
, subject : 'this is the subject'
, tag : 'this is some tag'
, reply_to : null
, plain_body : 'text body'
, html_body : '

html body