ushio-mail
v1.0.3-abcdhr
Published
ushio mail module
Downloads
1
Readme
ushio-mail
Quick Start
Import mail module
const mail = require('ushio-mail')(API_url); //substitute the API_url
Send mail
await mail.send(To, Subject, Body, From);
License
Apache-2.0