nicnocquee / quickconfirm-email-node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:TypeScript 99.4%Language:JavaScript 0.6%