https://github.com/resend/resend-deno-deploy-example
This example shows how to use Resend with Deno Deploy
https://github.com/resend/resend-deno-deploy-example
Last synced: about 1 year ago
JSON representation
This example shows how to use Resend with Deno Deploy
- Host: GitHub
- URL: https://github.com/resend/resend-deno-deploy-example
- Owner: resend
- License: mit
- Created: 2023-06-02T18:19:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T00:00:29.000Z (about 2 years ago)
- Last Synced: 2025-04-13T05:45:50.519Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://resend.com/docs/send-with-deno-deploy
- Size: 4.88 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resend with Deno Deploy
This example shows how to use Resend with [Deno Deploy](https://deno.com/deploy).
## 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. Go to [dash.deno.com/projects](https://dash.deno.com/projects) and create a new playground project.
2. Paste the `index.ts` code into the browser editor.
3. Click on "Save & Deploy" at the top of the screen.
## License
MIT License