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
- Host: GitHub
- URL: https://github.com/oreshinya/purescript-nodemailer
- Owner: oreshinya
- License: mit
- Created: 2017-11-06T15:17:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-21T12:36:11.000Z (about 2 years ago)
- Last Synced: 2025-03-12T17:12:32.675Z (7 months ago)
- Topics: mailer, nodemailer, purescript
- Language: PureScript
- Size: 267 KB
- Stars: 5
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# purescript-nodemailer
[](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