# Send emails with Node.js

Send email from Node.js using the TypeScript SDK.

Install `opensend`, create `new Resend(process.env.OPENSEND_API_KEY)`, and call `resend.emails.send(...)`.
