quickconfirm-email
v0.0.0
Published
Node.js library for quickly sending confirmation e-mail
Downloads
2
Readme
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: '[email protected]',
to: '[email protected]',
subject: 'hello world',
text: 'it works!',
});
License
MIT License