master
iotcat 4 years ago
parent 32d58d284b
commit 5ce07747f5
  1. 20
      README.md
  2. 2
      package.json

@ -1,2 +1,20 @@
# ushio-mail
ushio mail modules
## Quick Start
### Import mail module
```js
const mail = require('ushio-mail')(API_url); //substitute the API_url
```
### Send mail
```js
await mail.send(To, Subject, Body, From);
```
## License
Apache-2.0

@ -1,6 +1,6 @@
{
"name": "ushio-mail",
"version": "1.0.0",
"version": "1.0.1",
"description": "ushio mail module",
"main": "index.js",
"scripts": {

Loading…
Cancel
Save