0.0.0 • Published 1 year ago

quickconfirm-email v0.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

quickconfirm-email Node.js SDK

Node.js library for the Quick Confirm E-mail API.

Install

npm install quickconfirm-email
# or

Usage

Send your first email:

await resend.emails.send({
  from: 'you@example.com',
  to: 'user@gmail.com',
  subject: 'hello world',
  text: 'it works!',
});

License

MIT License

0.0.0

1 year ago