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

https://github.com/oreshinya/purescript-nodemailer

Bindings nodemailer for PureScript
https://github.com/oreshinya/purescript-nodemailer

mailer nodemailer purescript

Last synced: 6 months ago
JSON representation

Bindings nodemailer for PureScript

Awesome Lists containing this project

README

          

# purescript-nodemailer

[![Latest release](http://img.shields.io/github/release/oreshinya/purescript-nodemailer.svg)](https://github.com/oreshinya/purescript-nodemailer/releases)

Bindings [nodemailer](https://github.com/nodemailer/nodemailer) for PureScript.

## Installation

### Prerequisite

```
$ npm install nodemailer
```

### Bower

```
$ bower install purescript-nodemailer
```

### Spago

```
$ spago install nodemailer
```

## Documentation

Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-nodemailer).

## LICENSE

MIT