https://github.com/diegociara/sendmail_resend
Demonstração de envio de e-mail utilizando Resend
https://github.com/diegociara/sendmail_resend
Last synced: 2 months ago
JSON representation
Demonstração de envio de e-mail utilizando Resend
- Host: GitHub
- URL: https://github.com/diegociara/sendmail_resend
- Owner: DiegoCiara
- License: mit
- Created: 2023-09-19T20:39:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-19T20:39:31.000Z (over 1 year ago)
- Last Synced: 2025-01-29T13:15:35.006Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resend with Node.js
This example shows how to use Resend with [Node.js](https://nodejs.org).
## Prerequisites
To get the most out of this guide, you’ll need to:
* [Create an API key](https://resend.com/api-keys)
* [Verify your domain](https://resend.com/domains)## Instructions
1. Replace `re_123456789` on `index.ts` with your API key.
2. Install dependencies:
```sh
npm install
# or
yarn
```3. Execute the following command:
```sh
npm run dev
```## License
MIT License