An open API service indexing awesome lists of open source software.

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

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