https://github.com/resend/resend-rust-example
This example shows how to use Resend with Rust
https://github.com/resend/resend-rust-example
Last synced: 4 months ago
JSON representation
This example shows how to use Resend with Rust
- Host: GitHub
- URL: https://github.com/resend/resend-rust-example
- Owner: resend
- License: mit
- Created: 2024-06-08T22:00:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-03T23:34:44.000Z (4 months ago)
- Last Synced: 2026-02-21T14:36:36.315Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resend with Rust
This example shows how to use Resend with [Rust](https://www.rust-lang.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 `src/main.rs` with your API key.
2. Execute the following command:
```shell
cargo run
```
## License
MIT License