Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wankdanker/node-postal-io
- Owner: wankdanker
- Created: 2017-09-14T16:18:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T19:54:57.000Z (over 7 years ago)
- Last Synced: 2024-12-06T02:48:12.076Z (about 1 month ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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